5.6.6 : The python install cmake script

This is a simple cmake script to call automatically the python setup.py install command :
1
2
3
4
#!/bin/sh


@PYTHON_EXECUTABLE@ setup.py install @PYTHON_INSTALL_PREFIX@ && touch install.txt
You can download it here.