diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:28 +0100 |
commit | 4b90c99f550b17e5c0a99848ad419761f94b192f (patch) | |
tree | 3f4e8b6b398c4ee9bfe2c31c71891be97089db93 /CMakeLists.txt | |
parent | 9870ca5a9ebd1c8e7de17bfc2cc38a4d51792e6e (diff) | |
download | potracegui-4b90c99f550b17e5c0a99848ad419761f94b192f.tar.gz potracegui-4b90c99f550b17e5c0a99848ad419761f94b192f.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a7fc318afe6714a91c894242eaa9f59b422be198)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 938b13e..55769cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |