diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-23 16:31:18 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-23 16:31:18 +0200 |
| commit | 64f97d2b70b94d19f59a11e2a9d53a67ba8af55e (patch) | |
| tree | 383db508059d67f3677d47867af8577eec5b606f | |
| parent | a1ea24c51af8f911cd776338cc19c0c9e4df27fa (diff) | |
| download | accel-ppp-64f97d2b70b94d19f59a11e2a9d53a67ba8af55e.tar.gz accel-ppp-64f97d2b70b94d19f59a11e2a9d53a67ba8af55e.zip | |
Raised cmake_minimum_required to 3.5 in CMakeLists.txt:1 so the build now targets CMake 3.5+ and inherits the correct modern policy set
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a3ff73b..b2b98ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.5) if (CMAKE_BINARY_DIR STREQUAL CMAKE_HOME_DIRECTORY) message(FATAL_ERROR "Building in source directory is forbidden. Please make separated build directory.") |
