Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 0a79f42

Browse files
author
Daniel
authored
Update CMakeLists.txt
1 parent 8a6edb5 commit 0a79f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ message("PCL PACKAGE")
3737
message("***********************")
3838

3939
##find_package(PCL 1.8 PATHS ${PCL_DIR} QUIET COMPONENTS common io visualization CONFIG) ##REQUIRED COMPONENTS common io visualization)
40-
find_package(PCL 1.8 PATHS ${PCL_DIR})
40+
find_package(PCL 1.8 PATHS ${PCL_DIR} QUIET)
4141
if(PCL_FOUND)
4242
message(STATUS "PCL status:")
4343
message(STATUS " version: ${PCL_VERSION}")

0 commit comments

Comments
 (0)