Skip to content

Commit

Permalink
Update GTest to fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Nov 16, 2023
1 parent 141d197 commit 7f66a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/FindGoogleTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/15460959cbbfa20e66ef0b5ab497367e47fc0a04.zip
URL https://github.com/google/googletest/archive/f8d7d77c06936315286eb55f8de22cd23c188571.zip
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 7f66a79

Please sign in to comment.