mirror of
https://github.com/tobiaslocker/base64.git
synced 2024-11-21 03:13:50 +08:00
reverting to verbose fetch output
This commit is contained in:
parent
224845952e
commit
b099d429af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user