Skip to content

Commit 2b2cf63

Browse files
authored
Debug
1 parent c3b619a commit 2b2cf63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/GoogleTest.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if(WIN32)
1717
BUILD_COMMAND ${CMAKE_COMMAND} --build <BINARY_DIR> --config $<CONFIG>)
1818
elseif(APPLE)
1919
set(EXTRA_GTEST_OPTS -DCMAKE_OSX_SYSROOT=${CMAKE_OSX_SYSROOT})
20+
message(STATUS "CMAKE_CXX_FLAGS= ${CMAKE_CXX_FLAGS}")
2021
string(REPLACE "-Wc++17-attribute-extensions" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
2122
endif()
2223

0 commit comments

Comments
 (0)