Commit 0db97c2e by Maarten L. Hekkelman

Another attempt to build on windows

parent 0e4b7063
...@@ -121,15 +121,19 @@ if(NOT TARGET cifpp AND NOT cifpp_FOUND) ...@@ -121,15 +121,19 @@ if(NOT TARGET cifpp AND NOT cifpp_FOUND)
if(NOT cifpp_FOUND) if(NOT cifpp_FOUND)
set(CIFPP_DOWNLOAD_CCD OFF) set(CIFPP_DOWNLOAD_CCD OFF)
set(SAVED_BUILD_TESTING "${BUILD_TESTING}")
set(BUILD_TESTING OFF)
FetchContent_Declare( FetchContent_Declare(
cifpp cifpp
${EXLC} ${EXLC}
GIT_REPOSITORY https://github.com/pdb-redo/libcifpp.git GIT_REPOSITORY https://github.com/pdb-redo/libcifpp.git
GIT_TAG 9542e211bc1dc28e41cb839b284d45171d67fce4 GIT_TAG v7.0.7
) )
FetchContent_MakeAvailable(cifpp) FetchContent_MakeAvailable(cifpp)
set(BUILD_TESTING ${SAVED_BUILD_TESTING})
endif() endif()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment