Skip to content
Snippets Groups Projects
Commit eaeba622 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

updated sfx_lib fetching for climate model

parent 4f87960c
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/cmake-build-debug/_deps/inmcm60_sfx-src" vcs="Git" /> <mapping directory="$PROJECT_DIR$/cmake-build-debug/_deps/inmcm60_sfx-src" vcs="Git" />
<mapping directory="$PROJECT_DIR$/cmake-build-debug/_deps/sfxlib-src" vcs="Git" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -76,16 +76,12 @@ if (WITH_TESTS) ...@@ -76,16 +76,12 @@ if (WITH_TESTS)
# adding sfx and config-parser stuff # adding sfx and config-parser stuff
#fetch sfx model #fetch sfx model
FetchContent_Declare( FetchContent_Declare(
inmcm60_sfx sfxlib
GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git
GIT_TAG origin/main) GIT_TAG origin/main)
FetchContent_MakeAvailable(inmcm60_sfx) FetchContent_MakeAvailable(sfxlib)
FetchContent_GetProperties(inmcm60_sfx) FetchContent_GetProperties(sfxlib)
if(NOT inmcm60_sfx_POPULATED)
FetchContent_Populate(sfx_lib)
add_subdirectory(${inmcm60_sfx_SOURCE_DIR} ${inmcm60_sfx_BINARY_DIR} EXCLUDE_FROM_ALL)
endif()
#Config parser from sfx_lib is needed #Config parser from sfx_lib is needed
if (WITH_RRTMG) if (WITH_RRTMG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment