Skip to content
Snippets Groups Projects
Commit 0c714f83 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1260: forward PYTHON_INCLUDE_DIR and PYTHON_LIBRARY from SuperBuild to OTB

parent 4fed6c33
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,11 @@ if(OTB_WRAP_PYTHON OR OTB_WRAP_JAVA)
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM(OTB SWIG)
endif()
if(OTB_WRAP_PYTHON)
ADD_SUPERBUILD_CMAKE_VAR(OTB PYTHON_INCLUDE_DIR)
ADD_SUPERBUILD_CMAKE_VAR(OTB PYTHON_LIBRARY)
endif()
if(OTB_USE_QT4)
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM(OTB QT4)
endif()
......
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