Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
td43 authored May 11, 2019
1 parent 0a79f42 commit 642f09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ find_package(PCL 1.8 PATHS ${PCL_DIR} QUIET)
if(PCL_FOUND)
message(STATUS "PCL status:")
message(STATUS " version: ${PCL_VERSION}")
message(STATUS " pcl directorie: ${PCL_DIR}")
message(STATUS " directorie: ${PCL_DIR}")
else()
message(WARNING " PCL 1.8 not found, attempting 1.7...")
find_package(PCL 1.7 REQUIRED)
if(PCL_FOUND)
message(STATUS "PCL status:")
message(STATUS " version: ${PCL_VERSION}")
message(STATUS " pcl directorie: ${PCL_DIR}")
message(STATUS " directorie: ${PCL_DIR}")
else()
message(FATAL_ERROR " ERROR: PCL minimum required version 1.7. Not found")
endif()
Expand Down

0 comments on commit 642f09b

Please sign in to comment.