changed to cxx14

This commit is contained in:
Jonas Zeunert
2018-09-13 20:39:18 +02:00
parent 2feef207a6
commit cfc2321263

View File

@@ -8,7 +8,7 @@ set(OUTPUT_PATH bin)
set(LIB_DIR lib)
set(DEFAULT_BUILD_TYPE DEBUG)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
# Boost configuration
set(BOOST_COMPONENTS program_options thread timer chrono)