We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6e54 commit 153f612Copy full SHA for 153f612
CMakeLists.txt
@@ -20,7 +20,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
20
########################################################################################################################
21
### dependencies and options
22
23
-if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/share")
+if (NOT ${SKIP_METKIT_CONFIGS})
24
ecbuild_bundle( PROJECT share GIT "https://github.com/ecmwf/metkit-configs" BRANCH main UPDATE)
25
endif()
26
0 commit comments