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
-
8
1
cmake_minimum_required (VERSION 3.0.2 )
9
2
project (patchworkpp )
10
3
11
- add_compile_options (-std=c++17 )
12
4
set (CMAKE_BUILD_TYPE "Release" )
13
-
14
- set (CMAKE_CXX_STANDARD 14 )
5
+ set (CMAKE_CXX_STANDARD 17 )
15
6
set (CMAKE_CXX_STANDARD_REQUIRED ON )
16
7
set (CMAKE_CXX_EXTENSIONS OFF )
17
8
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
+
18
15
find_package (catkin REQUIRED COMPONENTS
19
16
roscpp
20
17
rospy
You can’t perform that action at this time.
0 commit comments