Skip to content

Commit

Permalink
Merge pull request #85 from OUXT-Polaris/fix/cmake
Browse files Browse the repository at this point in the history
add omp to the depends
  • Loading branch information
hakuturu583 authored Jan 20, 2025
2 parents 6adaaa2 + b0410e4 commit eb1d109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pcl_apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif()

# find dependencies
find_package(ament_cmake_auto REQUIRED)
find_package(OpenMP REQUIRED)
ament_auto_find_build_dependencies()

find_package(PCL REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions pcl_apps/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<depend>image_geometry</depend>
<depend>libboost-system-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>libomp-dev</depend>
<depend>message_synchronizer</depend>
<depend>ndt_omp</depend>
<depend>pcl_apps_msgs</depend>
Expand Down

0 comments on commit eb1d109

Please sign in to comment.