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

Commit b7a2fb3

Browse files
author
Daniel
authored
Update CMakeLists.txt
1 parent 4ffd34e commit b7a2fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ if(PCL_FOUND)
4444
message(STATUS " directory: ${PCL_DIR}")
4545
else()
4646
message(WARNING " PCL 1.9 not found, attempting 1.8...")
47-
find_package(PCL 1.8 REQUIRED)
47+
find_package(PCL 1.8 QUIET)
4848
if(PCL_FOUND)
4949
message(STATUS "PCL status:")
5050
message(STATUS " version: ${PCL_VERSION}")
5151
message(STATUS " directory: ${PCL_DIR}")
5252
else()
5353
message(WARNING " PCL 1.8 not found, attempting 1.7...")
54-
find_package(PCL 1.7 REQUIRED)
54+
find_package(PCL 1.7 REQUIRED QUIET)
5555
if(PCL_FOUND)
5656
message(STATUS "PCL status:")
5757
message(STATUS " version: ${PCL_VERSION}")

0 commit comments

Comments
 (0)