Fix cmake warning

This commit is contained in:
Jeremy 2023-09-12 01:31:40 -04:00
parent 579842cf32
commit c7f6f76f54
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

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