Skip to content

Commit 153f612

Browse files
committed
wip
1 parent 3bd6e54 commit 153f612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020
########################################################################################################################
2121
### dependencies and options
2222

23-
if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/share")
23+
if (NOT ${SKIP_METKIT_CONFIGS})
2424
ecbuild_bundle( PROJECT share GIT "https://github.com/ecmwf/metkit-configs" BRANCH main UPDATE)
2525
endif()
2626

0 commit comments

Comments
 (0)