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

COMP: find numpy package if python wrapping is enabled

parent cd2a6183
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ if ( OTB_WRAP_PYTHON )
check_PIC_flag ( Python )
find_package ( PythonLibs REQUIRED )
find_package ( PythonInterp REQUIRED )
find_package ( Numpy )
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