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

COMP: wrong OTB_INSTALL_PREFIX computed

parent a8946566
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,11 @@ endif()
get_filename_component(OTB_INSTALL_PREFIX ${OTB_MODULES_DIR} PATH)
get_filename_component(OTB_INSTALL_PREFIX ${OTB_INSTALL_PREFIX} PATH)
get_filename_component(OTB_INSTALL_PREFIX ${OTB_INSTALL_PREFIX} PATH)
get_filename_component(OTB_INSTALL_PREFIX ${OTB_INSTALL_PREFIX} PATH)
message(STATUS "OTB_PYTHONPATH='${OTB_PYTHONPATH}'")
message(STATUS "OTB_APPLICATION_PATH='${OTB_APPLICATION_PATH}'")
message(STATUS "OTB_INSTALL_PREFIX='${OTB_INSTALL_PREFIX}'")
message(STATUS "OTB_PYTHONPATH = '${OTB_PYTHONPATH}'")
message(STATUS "OTB_APPLICATION_PATH = '${OTB_APPLICATION_PATH}'")
message(STATUS "OTB_INSTALL_PREFIX = '${OTB_INSTALL_PREFIX}'")
#find Python
find_package(PythonInterp REQUIRED)
......
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