Skip to content

Commit

Permalink
Compile planners explicitly with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 10, 2021
1 parent 6e449ce commit 0ceaa75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Planners/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if (FRAMEWORK_COMPILE_Planners)
BipedalLocomotion::TextLogging
INSTALLATION_FOLDER Planners)

target_compile_features(Planners PRIVATE cxx_std_17)

add_subdirectory(tests)

endif()

0 comments on commit 0ceaa75

Please sign in to comment.