changed to cxx14
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user