diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 10:22:56 +0100 |
commit | 9cbea02c3872c8d0a297baa1e668fa6fcde7d31c (patch) | |
tree | 67ba3aa0ede86cb4a26ceb7fd911a947f56c6067 | |
parent | e5899e0c305f8bfc21bf3fa8bd31516bf0831db5 (diff) | |
download | tqca-9cbea02c3872c8d0a297baa1e668fa6fcde7d31c.tar.gz tqca-9cbea02c3872c8d0a297baa1e668fa6fcde7d31c.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4a9cdf1df0a990c82989ea75b1f65d31444b0c8d)
-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 |