As explained in that pull request, I'm trying to make it easier to build Davix on platforms that don't have the python2 executable available in a standard location.
Following @gbitzes's recommendation, I simplified the original pull request greatly by just using ${PYTHON_EXECUTABLE} explicitly in the project's main CMakeLists.txt file.
This is attempt number 2 after #37. 😛
As explained in that pull request, I'm trying to make it easier to build Davix on platforms that don't have the
python2
executable available in a standard location.Following @gbitzes's recommendation, I simplified the original pull request greatly by just using
${PYTHON_EXECUTABLE}
explicitly in the project's mainCMakeLists.txt
file.