Skip to content
Snippets Groups Projects
Commit 19588862 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

cmake python : add FindPackage(PythonInterp)

parent 2eaed14f
No related branches found
No related tags found
No related merge requests found
......@@ -1094,6 +1094,7 @@ endif(HAVE_ZLIB AND ENABLE_COMPRESSED_IO)
if(ENABLE_WRAP_PYTHON)
find_package(SWIG)
find_package(PythonInterp)
find_package(PythonLibs)
if(SWIG_FOUND AND PYTHONLIBS_FOUND)
message(STATUS "Found SWIG version " ${SWIG_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment