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 9b5f4c5 commit 7c1b615Copy full SHA for 7c1b615
cmake/modules/GoogleTest.cmake
@@ -17,14 +17,15 @@ if(WIN32)
17
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config $<CONFIG>)
18
elseif(APPLE)
19
set(EXTRA_GTEST_OPTS -DCMAKE_OSX_SYSROOT=${CMAKE_OSX_SYSROOT})
20
+ string(REPLACE "-Wc++17-attribute-extensions" "" CMAKE_CXX_FLAGS "${CMAKE_Cxx_FLAGS}")
21
endif()
22
23
include(ExternalProject)
24
ExternalProject_Add(
25
googletest
26
GIT_REPOSITORY https://github.com/google/googletest.git
27
GIT_SHALLOW 1
- GIT_TAG release-1.12.1
28
+ GIT_TAG v1.15.2
29
UPDATE_COMMAND ""
30
# # Force separate output paths for debug and release builds to allow easy
31
# # identification of correct lib in subsequent TARGET_LINK_LIBRARIES commands
0 commit comments