Skip to content

Commit

Permalink
Modernize cmake config template
Browse files Browse the repository at this point in the history
The helper strings was not updated for 14 year and the mentioned Targets do not seem to exist.

Update to use modern style.
  • Loading branch information
lesc-hexagon committed Feb 18, 2025
1 parent c1757b5 commit 1aaf881
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions PCLConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# ------------------------------------------------------------------------------------
# Helper to use PCL from outside project
#
# target_link_libraries(my_fabulous_target PCL_XXX_LIBRARIES) where XXX is the
# upper cased xxx from :
# @PCLCONFIG_AVAILABLE_COMPONENTS_LIST@
# find_package(PCL CONFIR REQUIRED COMPONENTS xxx)
#
# PCL_INCLUDE_DIRS is filled with PCL and available 3rdparty headers
# PCL_LIBRARY_DIRS is filled with PCL components libraries install directory and
# 3rdparty libraries paths
# target_link_libraries(my_fabulous_target pcl_xxx) where XXX is the
# component name :
# @PCLCONFIG_AVAILABLE_COMPONENTS_LIST@
#
# www.pointclouds.org
#------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1aaf881

Please sign in to comment.