mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Merge 1df993eb7b29b071d46e70669d01953ee80d7f7c into a0f06a70e3da7afa88da9527c43951bca1f7cef2
This commit is contained in:
commit
3bf762679d
@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
|
||||
project(googletest-distribution)
|
||||
set(GOOGLETEST_VERSION 1.18.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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user