mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +00:00
let's test if all the buildbots are happy with C++17
it's stil a bit too early for C++20
This commit is contained in:
parent
e63dc7efc2
commit
d396d46bd1
3 changed files with 6 additions and 10 deletions
|
@ -188,7 +188,7 @@ include(${PROJECT_SOURCE_DIR}/cmake/z3_add_cxx_flag.cmake)
|
|||
################################################################################
|
||||
# C++ language version
|
||||
################################################################################
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue