Skip to content

Commit

Permalink
Merge pull request #3 from envire/fix_boost_thread_link
Browse files Browse the repository at this point in the history
fix Target "envire_pcl" links to:
  • Loading branch information
annaborn authored Jan 23, 2023
2 parents 9afea2d + efd2fe1 commit 788becf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ cmake_minimum_required(VERSION 3.3)
find_package(Rock)
find_package(PluginManager)
rock_init(envire_pcl 0.1)
find_package(Boost REQUIRED COMPONENTS thread system)
rock_standard_layout()
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
find_package(PCL 1.8 REQUIRED COMPONENTS common)
find_package(Boost REQUIRED COMPONENTS thread)

# Default to C++14 (PCL requirement)
if(NOT CMAKE_CXX_STANDARD)
Expand Down

0 comments on commit 788becf

Please sign in to comment.