change klt not found message

This commit is contained in:
Mattia Verga
2017-06-05 20:01:56 +02:00
parent 7f4b9e2aa7
commit a5e2107e40
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ else (KLT_LIBRARIES AND KLT_INCLUDE_DIRS)
message(STATUS "Found KLT: ${KLT_LIBRARIES}")
endif (NOT KLT_FIND_QUIETLY)
else (KLT_FOUND)
message(STATUS "Could not find KLT, using internal code.")
message(STATUS "KLT not found.")
endif (KLT_FOUND)
mark_as_advanced(KLT_INCLUDE_DIRS KLT_LIBRARIES)