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:27:41 +0100 |
commit | 16b402ddee51054f66d5598081667d56294d6626 (patch) | |
tree | cbd16aa0a02121b2371326b3b419424b5ad1c460 | |
parent | 5aa705b9a6b3aafa3dae5b900371c4a9974bdc97 (diff) | |
download | codeine-16b402ddee51054f66d5598081667d56294d6626.tar.gz codeine-16b402ddee51054f66d5598081667d56294d6626.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 cb9c06d..843d3fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |