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

Commit 642f09b

Browse files
author
Daniel
authored
Update CMakeLists.txt
1 parent 0a79f42 commit 642f09b

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
@@ -41,14 +41,14 @@ find_package(PCL 1.8 PATHS ${PCL_DIR} QUIET)
4141
if(PCL_FOUND)
4242
message(STATUS "PCL status:")
4343
message(STATUS " version: ${PCL_VERSION}")
44-
message(STATUS " pcl directorie: ${PCL_DIR}")
44+
message(STATUS " directorie: ${PCL_DIR}")
4545
else()
4646
message(WARNING " PCL 1.8 not found, attempting 1.7...")
4747
find_package(PCL 1.7 REQUIRED)
4848
if(PCL_FOUND)
4949
message(STATUS "PCL status:")
5050
message(STATUS " version: ${PCL_VERSION}")
51-
message(STATUS " pcl directorie: ${PCL_DIR}")
51+
message(STATUS " directorie: ${PCL_DIR}")
5252
else()
5353
message(FATAL_ERROR " ERROR: PCL minimum required version 1.7. Not found")
5454
endif()

0 commit comments

Comments
 (0)