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.
1 parent 2d2b8f2 commit edccff4Copy full SHA for edccff4
src/solvers/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+set(CMAKE_CXX_STANDARD 11)
2
+set(CMAKE_CXX_STANDARD_REQUIRED true)
3
+
4
# We may use one of several different solver libraries.
5
# The following files wrap the chosen solver library.
6
# We remove them all from the solver-library sources list, and then add the
0 commit comments