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 309dab8 commit 1df993eCopy full SHA for 1df993e
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
6
project(googletest-distribution)
7
set(GOOGLETEST_VERSION 1.16.0)
8
9
-if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
+if(NOT CYGWIN AND NOT MSYS AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "QNX")
10
set(CMAKE_CXX_EXTENSIONS OFF)
11
endif()
12
0 commit comments