diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 15:27:16 +0100 |
commit | 512732b013944b543144f448403548d63c3293da (patch) | |
tree | d30f6719dc41f033b8a4207e050358f836be49b4 | |
parent | 8c488232bce791d258b7668423ca881bc70fba32 (diff) | |
download | potracegui-512732b013944b543144f448403548d63c3293da.tar.gz potracegui-512732b013944b543144f448403548d63c3293da.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f9935cd5b0a0a283f27533623516afce6f7f7fef)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 4ddfe2f..6bf0a27 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50196a6..6763af4 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 |