Skip to content

Commit

Permalink
Increase CXX_STANDARD to 17
Browse files Browse the repository at this point in the history
This is now required in order to be able to build with the very
latest llvm-project from git main.
  • Loading branch information
mstorsjo authored and Shao-Ce SUN committed Apr 5, 2023
1 parent 2388bd7 commit 96ec779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ add_executable(lldb-mi

set(llvm_deps "")

set_property(TARGET lldb-mi PROPERTY CXX_STANDARD 14)
set_property(TARGET lldb-mi PROPERTY CXX_STANDARD 17)

if (USE_LLDB_FRAMEWORK)
find_library(lib_lldb NAMES LLDB PATHS ${LLVM_BINARY_DIR}/Library/Frameworks)
Expand Down

0 comments on commit 96ec779

Please sign in to comment.