1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

reactions v1

This commit is contained in:
hrocho 2018-07-31 17:40:43 +02:00
parent 4c54ed0dd0
commit 0cf1197f0a

View File

@ -22,7 +22,7 @@ set(CMAKE_BUILD_TYPE Release)
######### compiler flags ###########
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")