From d55561ce3f5728f8b21e24e1902d07aa9feef1df Mon Sep 17 00:00:00 2001 From: Piyush Sharda <34922596+psharda@users.noreply.github.com> Date: Sat, 23 Sep 2023 16:57:21 +0200 Subject: [PATCH] remove general_null from primordial chem (#1339) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49bbb2988c..c3e2702b96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ function(setup_target_for_microphysics_compilation network_name output_dir) ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/EOS ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/EOS/primordial_chem ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/networks/primordial_chem ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/networks ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/constants - ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/networks/general_null PARENT_SCOPE) + PARENT_SCOPE) #we need to have extern_parameters.cpp be available at configure time #the script write_probin.py writes this .cpp file so we call it here