cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

Python Usage Update, devel branch (2019.01.21.) #38

Closed krasznaa closed 5 years ago

krasznaa commented 5 years ago

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 main CMakeLists.txt file.

gbitzes commented 5 years ago

Looks good, thanks!