Use any available python version in configure cmake wrapper

This commit is contained in:
Alexey Sokolov
2016-01-16 20:58:51 +00:00
parent 55d10ce921
commit e95f0ea6d6
5 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Character Encodings:
Currently there are 2 build systems in place: CMake and `./configure`.
`./configure` will eventually be removed.
There is also `configure.py` which should make migration to CMake easier:
There is also `configure.sh` which should make migration to CMake easier:
it accepts the same parameters as `./configure`,
but calls CMake with CMake-style parameters.