soundeditor/cmake
Xavier Del Campo Romero a2fc226a31
cmake: Bump minimum required version to 3.13.5
CMake 2.8 was already deprecated some time ago, and newer CMake
versions, such as 3.22.1, would report its use as a warning.

CMake 3.13.5 is a reasonably stable version that is well supported among
most distributions and implements resonable policies, such as CMP0077:

https://cmake.org/cmake/help/latest/policy/CMP0077.html

However, bumping to 3.13.5 caused CMP0053 to now trigger configuration
errors on FindLibSndFile.cmake, as parentheses must now be escaped.
Further reference on CMP0053 can be found at:

https://cmake.org/cmake/help/latest/policy/CMP0053.html
2024-04-15 01:32:58 +02:00
..
FindLibSndFile.cmake cmake: Bump minimum required version to 3.13.5 2024-04-15 01:32:58 +02:00
thirdparty.cmake Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least) 2024-04-14 22:24:11 +02:00