Skip to content
Snippets Groups Projects
Commit 973bbf5d authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Hide gps_utils related CMake comments

parent c0809b9c
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ IF(laser_scan_utils_FOUND)
MESSAGE("laser_scan_utils Library FOUND: laser_scan_utils related sources will be built.")
ENDIF(laser_scan_utils_FOUND)
FIND_PACKAGE(raw_gps_utils ) #raw_gps_utils is not required
FIND_PACKAGE(raw_gps_utils QUIET) #raw_gps_utils is not required
IF(raw_gps_utils_FOUND)
MESSAGE("raw_gps_utils Library FOUND: raw_gps_utils related sources will be built.")
ENDIF(raw_gps_utils_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment