reverting to verbose fetch output

This commit is contained in:
Tom Vercauteren 2024-02-20 10:55:19 +00:00
parent 224845952e
commit b099d429af

View File

@ -49,10 +49,14 @@ add_test(NAME roundtrip_test COMMAND roundtrip_test)
# Add some more tests
include(FetchContent)
if(${CMAKE_CXX_BYTE_ORDER} MATCHES BIG_ENDIAN)
set(FETCHCONTENT_QUIET FALSE)
endif()
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 750d67d809700ae8fca6d610f7b41b71aa161808
GIT_PROGRESS TRUE
SYSTEM
)
# For Windows: Prevent overriding the parent project's compiler/linker settings