Explorar el Código

minor changes

Michele Caini hace 8 años
padre
commit
4b03f6a039
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -37,6 +37,7 @@ message("*")
 #
 
 set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_EXTENSIONS OFF)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 if(NOT MSVC)