Skip to content

Commit a15126d

Browse files
committed
update CMAKE_CXX_STANDARD to 17
1 parent 6a87ab2 commit a15126d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(CEREAL_VERSION "1.1.2")
1111
option(DOWNLOAD_ENSMALLEN "If ensmallen is not found, download it." ON)
1212
option(USE_OPENMP "If available, use OpenMP for parallelization." ON)
1313

14-
set(CMAKE_CXX_STANDARD 14)
14+
set(CMAKE_CXX_STANDARD 17)
1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1616

1717
# Include modules in the CMake directory.

0 commit comments

Comments
 (0)