Skip to content

Commit 8ce8b8e

Browse files
compile for c++ 17 (#1013)
1 parent 9b3e791 commit 8ce8b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(behaviortree_cpp VERSION 4.7.2 LANGUAGES C CXX)
44

55
# create compile_commands.json
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7+
set(CMAKE_CXX_STANDARD 17)
78

89
#---- project configuration ----
910
option(BTCPP_SHARED_LIBS "Build shared libraries" ON)

0 commit comments

Comments
 (0)