meson/mesonbuild/cmake
Alexandre Lavigne bfea80677e Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installed
On some systems the binary 'cmake' for version 3 is named 'cmake3',
therefor printing its version number prints:
'cmake3 version X.Y.Z' instead of 'cmake version X.Y.Z'
This '3' digit in the middle breaks the regular expression
extracting the version number.

The following fix permit both way to work and the regexp to
match the proper version number.

Signed-off-by: Alexandre Lavigne <alexandre.lavigne@scality.com>
2020-04-22 00:10:25 +03:00
..
data cmake: Do not compile explicit header files 2020-04-17 18:28:40 +03:00
__init__.py cmake: Always Add C, CXX if no language is specified (fixes #6441) 2020-01-23 20:57:17 +01:00
client.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
common.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
executor.py Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installed 2020-04-22 00:10:25 +03:00
fileapi.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
generator.py cmake: Parse a subset of generator expressions 2019-07-31 17:50:02 +02:00
interpreter.py Use pkg_resource to find resources files (data) 2020-04-21 00:40:19 +03:00
traceparser.py cmake: Do not compile explicit header files 2020-04-17 18:28:40 +03:00