]> granicus.if.org Git - zziplib/commit
cmake: use either Python 2 or Python 3
authorPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 06:36:30 +0000 (08:36 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 08:14:04 +0000 (10:14 +0200)
commit2c9f6a909573c4b0b0a64c27132127f12b3182b9
tree53ff448661c4e03e744ed60bb84042d4bc111d61
parent983b842cadcaa36b9493359bce695ad790cdb58c
cmake: use either Python 2 or Python 3

Now that all Python scripts are compatible with Python 2 and Python 3,
we can instruct CMake to not care for which Python interpreter is
available. Thus, convert to use the newer FindPython package without
specifying a version.
docs/CMakeLists.txt
test/CMakeLists.txt