diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:54 +0100 |
commit | aa1d271d8e8710a824b453a1a8647f2d07e7a9d6 (patch) | |
tree | 988276c1374cd7d49ab91b4cd4012f58ad7a7967 | |
parent | e82506521f38e69d50719d8cfef89d20aaa1ae03 (diff) | |
download | libr-aa1d271d8e8710a824b453a1a8647f2d07e7a9d6.tar.gz libr-aa1d271d8e8710a824b453a1a8647f2d07e7a9d6.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 479edc4c02877b6d5a86d7e2dfc42078db8d7472)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c282cc8..4807067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.6 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |