Fix cmake issue - work around weird bug with parsing the URL

This commit is contained in:
Jeremy 2023-09-12 13:02:54 -04:00
parent a862f3d2c8
commit ffe5fa2524
No known key found for this signature in database
GPG Key ID: 3E11861CB34E158C

View File

@ -513,8 +513,8 @@ if(CPPTRACE_BUILD_SPEEDTEST)
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
DOWNLOAD_EXTRACT_TIMESTAMP On
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)