We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd184f commit 420b60eCopy full SHA for 420b60e
tests/CMakeLists.txt
@@ -9,8 +9,8 @@ set (CMAKE_CXX_STANDARD 11)
9
10
CPMAddPackage(
11
NAME GTest
12
- URL "https://github.com/google/googletest/releases/download/v1.15.2/googletest-1.15.2.tar.gz"
13
VERSION "1.15.2"
+ URL "https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz"
14
OPTIONS "INSTALL_GTEST OFF" "gtest_force_shared_crt" )
15
set( GTEST_MAIN GTest::gtest_main )
16
0 commit comments