diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:30 +0100 |
commit | 36f8a5113bf1487206a11223da0b46146cf0cbe2 (patch) | |
tree | fcfda04e3a4aef90b5e0e0bf319798b797f37a76 | |
parent | 31e4737d05299f6f98827c3da82bebac588df9f3 (diff) | |
download | gtk-qt-engine-36f8a5113bf1487206a11223da0b46146cf0cbe2.tar.gz gtk-qt-engine-36f8a5113bf1487206a11223da0b46146cf0cbe2.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit cfc357b2c85b8863dd7536b93dc76c5220bef141)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 162d306..3688237 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |