Module scripts.get_python_cmake_flags. More...
Variables | |
list | flags |
end | |
Module scripts.get_python_cmake_flags.
Use this script to find your preferred python installation.
You can use the following to build with your preferred version of python if your installation is not being properly detected by CMake.
mkdir -p build && cd build cmake $(python ../scripts/get_python_cmake_flags.py) .. make
list get_python_cmake_flags.flags |
Definition at line 21 of file get_python_cmake_flags.py.