Skip to content
Snippets Groups Projects
Commit c2856ae9 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

ENH: CMake: update cmake module path in OTBConfig.cmake.in

parent 738b6627
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ set(OTB_VERSION_PATCH "@OTB_VERSION_PATCH@")
# OTB's CMake directory with modules OTB uses.
set(OTB_CMAKE_DIR "@OTB_CONFIG_CMAKE_DIR@")
# use Find*.cmake files included in OTB package for external dependencies. (OpenCV, GDAL etc..)
set(CMAKE_MODULE_PATH ${OTB_CMAKE_DIR} ${CMAKE_MODULE_PATH})
# The location of the UseOTB.cmake file.
set(OTB_USE_FILE "@OTB_USE_FILE@")
......
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