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 9b3e791 commit 8ce8b8eCopy full SHA for 8ce8b8e
CMakeLists.txt
@@ -4,6 +4,7 @@ project(behaviortree_cpp VERSION 4.7.2 LANGUAGES C CXX)
4
5
# create compile_commands.json
6
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
+set(CMAKE_CXX_STANDARD 17)
8
9
#---- project configuration ----
10
option(BTCPP_SHARED_LIBS "Build shared libraries" ON)
0 commit comments