Skip to content

Commit eab9a86

Browse files
authored
Merge pull request #172 from nim65s/devel
upgrade to C++17, fix #163
2 parents edb4399 + 2062b15 commit eab9a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(EIGEN_NO_AUTOMATIC_RESIZING)
6969
add_definitions(-DEIGEN_NO_AUTOMATIC_RESIZING)
7070
endif(EIGEN_NO_AUTOMATIC_RESIZING)
7171

72-
check_minimal_cxx_standard(11 ENFORCE)
72+
check_minimal_cxx_standard(17 ENFORCE)
7373

7474
# Project dependencies
7575
if(BUILD_PYTHON_INTERFACE)

cmake

0 commit comments

Comments
 (0)