summarylogtreecommitdiffstats
path: root/moveit_ros_perception_boost.patch
blob: 12c0148282d076e296b4169afef3a44dc37d9a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** a/CMakeLists.txt	2019-03-19 16:52:44.964645874 +0100
--- b/CMakeLists.txt	2019-03-19 16:52:26.581383809 +0100
***************
*** 9,15 ****
    set(CMAKE_BUILD_TYPE Release)
  endif()
  
! find_package(Boost REQUIRED thread signals)
  
  if(WITH_OPENGL)
    find_package(OpenGL REQUIRED)
--- 9,15 ----
    set(CMAKE_BUILD_TYPE Release)
  endif()
  
! find_package(Boost REQUIRED thread)
  
  if(WITH_OPENGL)
    find_package(OpenGL REQUIRED)