Skip to content

Commit

Permalink
Adds missing PCL dependency to noether_tpp CMakeLists.txt (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-tom-noble authored Oct 18, 2023
1 parent 3eff1fd commit 6b197af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noether_tpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extract_package_metadata(pkg)
project(${pkg_extracted_name} VERSION ${pkg_extracted_version} LANGUAGES CXX)

find_package(Eigen3 REQUIRED)
find_package(PCL REQUIRED COMPONENTS common io)
find_package(PCL REQUIRED COMPONENTS common io surface)

find_package(VTK REQUIRED NO_MODULE)
if(VTK_FOUND AND ("${VTK_VERSION}" VERSION_LESS 7.1))
Expand Down

0 comments on commit 6b197af

Please sign in to comment.