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 1d9345c commit 7eb1e6dCopy full SHA for 7eb1e6d
examples/userPropagator/CMakeLists.txt
@@ -15,9 +15,9 @@ find_package(Z3
15
)
16
17
################################################################################
18
-# Z3 C++ API bindings require C++11
+# Z3 C++ API bindings require C++11, but this code needs later.
19
20
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 20)
21
set(CMAKE_CXX_STANDARD_REQUIRED ON)
22
23
message(STATUS "Z3_FOUND: ${Z3_FOUND}")
0 commit comments