Skip to content

Commit

Permalink
Merge pull request #2632 from Kravlalala:cmake/mingw_msys_build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 287587126
  • Loading branch information
Andy Soffer committed Jan 2, 2020
2 parents 0d98d87 + 20b8e7a commit 07ab939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (CMAKE_VERSION VERSION_LESS "3.1")
else()
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if(NOT CYGWIN)
if(NOT CYGWIN AND NOT MSYS)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
endif()
Expand Down

0 comments on commit 07ab939

Please # to comment.