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 | 54cb5c012642771d14cc3d54fcd9b599ff0613b8 (patch) | |
tree | 246365b1731a1d629302aeecf48f0cf8968ca536 /CMakeLists.txt | |
parent | 447a1f16dff52744f9733910a783bb0b02b2463f (diff) | |
download | ktechlab-54cb5c012642771d14cc3d54fcd9b599ff0613b8.tar.gz ktechlab-54cb5c012642771d14cc3d54fcd9b599ff0613b8.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 899ea46..adc6618 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 |