We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a87ab2 commit a15126dCopy full SHA for a15126d
CMakeLists.txt
@@ -11,7 +11,7 @@ set(CEREAL_VERSION "1.1.2")
11
option(DOWNLOAD_ENSMALLEN "If ensmallen is not found, download it." ON)
12
option(USE_OPENMP "If available, use OpenMP for parallelization." ON)
13
14
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)
15
set(CMAKE_CXX_STANDARD_REQUIRED ON)
16
17
# Include modules in the CMake directory.
0 commit comments