Skip to content

Commit edccff4

Browse files
fixup! an SMT2 solver using boolbv and satcheckt
1 parent 2d2b8f2 commit edccff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/solvers/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
set(CMAKE_CXX_STANDARD 11)
2+
set(CMAKE_CXX_STANDARD_REQUIRED true)
3+
14
# We may use one of several different solver libraries.
25
# The following files wrap the chosen solver library.
36
# We remove them all from the solver-library sources list, and then add the

0 commit comments

Comments
 (0)