Skip to content
Snippets Groups Projects
Commit 017c8d56 authored by Gennadiy Rozental's avatar Gennadiy Rozental
Browse files

Merge pull request #2682 from mjvankampen:cmake-QNX-fix

PiperOrigin-RevId: 320191208
parents 08b78779 ee014912
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ project(googletest-distribution)
set(GOOGLETEST_VERSION 1.10.0)
if (CMAKE_VERSION VERSION_GREATER "3.0.2")
if(NOT CYGWIN AND NOT MSYS)
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment