Skip to content

Commit

Permalink
make PCL optional (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Oct 19, 2024
1 parent 7a7dd05 commit 8451c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if(BUILD_EXAMPLES)
get_filename_component(example_name ${example_src} NAME_WE)

if(${example_name} STREQUAL "ext_light_viewer_pointcloud" OR ${example_name} STREQUAL "ext_light_viewer_kitti")
find_package(PCL CONFIG REQUIRED)
find_package(PCL CONFIG)
if(NOT PCL_FOUND)
continue()
endif()
Expand Down

0 comments on commit 8451c81

Please sign in to comment.