We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edb4399 + 2062b15 commit eab9a86Copy full SHA for eab9a86
CMakeLists.txt
@@ -69,7 +69,7 @@ if(EIGEN_NO_AUTOMATIC_RESIZING)
69
add_definitions(-DEIGEN_NO_AUTOMATIC_RESIZING)
70
endif(EIGEN_NO_AUTOMATIC_RESIZING)
71
72
-check_minimal_cxx_standard(11 ENFORCE)
+check_minimal_cxx_standard(17 ENFORCE)
73
74
# Project dependencies
75
if(BUILD_PYTHON_INTERFACE)
cmake
0 commit comments