diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:54 +0100 |
commit | b952583f7e2b2cff52897d2c9bff1b6b646b9615 (patch) | |
tree | f4003833f2b468cf7fb2f8b2931fb2e53821a7f8 | |
parent | 01ce35092bcee9935ecc02c89a628efb95325699 (diff) | |
download | tqca-tls-b952583f7e2b2cff52897d2c9bff1b6b646b9615.tar.gz tqca-tls-b952583f7e2b2cff52897d2c9bff1b6b646b9615.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ce3d16b4a3af6dac10e353518d4d7e00d14ca0e4)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3d4bcc..e6c3cbb 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 |