[CMakeLists.txt] Add find_package(PythonInterp)
Created by: florent-lamiraux
before find_package(PythonLibs REQUIRED)
. This enables cmake to detect the
correct default version of python.
Created by: florent-lamiraux
before find_package(PythonLibs REQUIRED)
. This enables cmake to detect the
correct default version of python.