Skip to content

Commit

Permalink
update gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Jul 30, 2024
1 parent 9370627 commit c64fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(${gtest_lib} STREQUAL "gtest_lib-NOTFOUND" OR ${gtest_main_lib} STREQUAL "gte
)

ExternalProject_Add(gtest
URL https://github.com/google/googletest/archive/44c03643cfbc649488a0f437cd18e05f11960d19.zip
URL https://github.com/google/googletest/archive/e39786088138f2749d64e9e90e0f9902daa77c40.zip
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/gtest
CMAKE_ARGS -Dgtest_force_shared_crt=ON -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_SH=${CMAKE_SH} -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_FLAGS=${google_libs_cxx_flags}
UPDATE_COMMAND ""
Expand Down

0 comments on commit c64fa06

Please sign in to comment.