File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- option (BUILD_JSK_PKGS "Enable building of required components of jsk_recognition_msgs and jsk_rviz_plugins" ON )
2-
3- if (BUILD_JSK_PKGS)
4- add_subdirectory (include /jsk_recognition_msgs)
5- # add_subdirectory(include/jsk_rviz_plugins) #TODO: allow building of rviz plugins as well
6- endif ()
7-
81cmake_minimum_required (VERSION 3.0.2)
92project (patchworkpp)
103
11- add_compile_options (-std=c++17)
124set (CMAKE_BUILD_TYPE "Release" )
13-
14- set (CMAKE_CXX_STANDARD 14)
5+ set (CMAKE_CXX_STANDARD 17)
156set (CMAKE_CXX_STANDARD_REQUIRED ON )
167set (CMAKE_CXX_EXTENSIONS OFF )
178
9+ option (BUILD_JSK_PKGS "Enable building of required components of jsk_recognition_msgs and jsk_rviz_plugins" ON )
10+ if (BUILD_JSK_PKGS)
11+ add_subdirectory (include /jsk_recognition_msgs)
12+ # add_subdirectory(include/jsk_rviz_plugins) #TODO: allow building of rviz plugins as well
13+ endif ()
14+
1815find_package (catkin REQUIRED COMPONENTS
1916 roscpp
2017 rospy
You can’t perform that action at this time.
0 commit comments