Revert "Turn off compiler extensions"

The compiler option caused build failures on msys2.

This reverts commit 2c22bb1a60.
This commit is contained in:
Wayne Stambaugh 2018-10-19 18:11:49 -04:00
parent cc0489f6b5
commit 8a251163dc
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ set( CMAKE_POSITION_INDEPENDENT_CODE ON )
# Global setting: Use C++11
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD_REQUIRED ON)