diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:39 +0100 |
commit | f9935cd5b0a0a283f27533623516afce6f7f7fef (patch) | |
tree | d30f6719dc41f033b8a4207e050358f836be49b4 | |
parent | fe9901a02a2a40f8e27c84c6b55e80bddc3f3e43 (diff) | |
download | potracegui-f9935cd5b0a0a283f27533623516afce6f7f7fef.tar.gz potracegui-f9935cd5b0a0a283f27533623516afce6f7f7fef.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-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 |