diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:46:06 +0100 |
commit | 4a9cdf1df0a990c82989ea75b1f65d31444b0c8d (patch) | |
tree | 67ba3aa0ede86cb4a26ceb7fd911a947f56c6067 | |
parent | 7a6a0c6c8bf60b6bfc49e4f75f698496ca36b14e (diff) | |
download | tqca-4a9cdf1df0a990c82989ea75b1f65d31444b0c8d.tar.gz tqca-4a9cdf1df0a990c82989ea75b1f65d31444b0c8d.zip |
Raise the minimum required version of CMake to 3.5.
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 ccb76d9..3a61475 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |