diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 15:29:18 +0100 |
commit | c612c9c05656f4b92b810dbedf705315b64d9503 (patch) | |
tree | bfdc3b105db7e4ad64f29149ec2539e1136a89d9 | |
parent | 029784cdc7bce7828dc98476e9b5fc675f058352 (diff) | |
download | libksquirrel-c612c9c05656f4b92b810dbedf705315b64d9503.tar.gz libksquirrel-c612c9c05656f4b92b810dbedf705315b64d9503.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f30d3a37fedf7b42b13a7dc025527b94d05ac5de)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22c5817..145ef8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |