diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:46 +0100 |
commit | f96adbbf9bf3cb044ad677841008b1ae8265aedb (patch) | |
tree | 3a3fdad54190ca4cea47bc6f1bb5c3cc9e9d51f5 | |
parent | 5f7b6936472d5a4b3a7b656f585f9f4942c62f9e (diff) | |
download | mathemagics-f96adbbf9bf3cb044ad677841008b1ae8265aedb.tar.gz mathemagics-f96adbbf9bf3cb044ad677841008b1ae8265aedb.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 048c790..f092297 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # # ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup |