Skip to content

Commit

Permalink
CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
ligfx committed Mar 14, 2017
1 parent 4c580bc commit c464029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CMakeLists.txt
@@ -1,4 +1,5 @@
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

if(CMAKE_SYSTEM_NAME MATCHES "Windows")
Expand Down

0 comments on commit c464029

Please sign in to comment.