Merge 1df993eb7b29b071d46e70669d01953ee80d7f7c into 1b96fa13f549387b7549cc89e1a785cf143a1a50

This commit is contained in:
Gaurav Singh 2025-11-12 14:15:49 -05:00 committed by GitHub
commit 96d5ead9ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
project(googletest-distribution)
set(GOOGLETEST_VERSION 1.16.0)
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")
set(CMAKE_CXX_EXTENSIONS OFF)
endif()