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}") message(STATUS "Found KLT: ${KLT_LIBRARIES}")
endif (NOT KLT_FIND_QUIETLY) endif (NOT KLT_FIND_QUIETLY)
else (KLT_FOUND) else (KLT_FOUND)
message(STATUS "Could not find KLT, using internal code.") message(STATUS "KLT not found.")
endif (KLT_FOUND) endif (KLT_FOUND)
mark_as_advanced(KLT_INCLUDE_DIRS KLT_LIBRARIES) mark_as_advanced(KLT_INCLUDE_DIRS KLT_LIBRARIES)

View File

@@ -119,7 +119,7 @@ if (NOT USE_SYSTEM_KLT)
set (KLT_LIBRARIES) set (KLT_LIBRARIES)
endif () endif ()
include_directories (BEFORE "${CMAKE_CURRENT_BINARY_DIR}") include_directories(BEFORE "${CMAKE_CURRENT_BINARY_DIR}")
add_library(rtengine ${RTENGINESOURCEFILES}) add_library(rtengine ${RTENGINESOURCEFILES})
add_dependencies(rtengine UpdateInfo) add_dependencies(rtengine UpdateInfo)