diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-03 21:48:35 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-03 21:48:35 +0200 |
commit | 4c50f67123792904e93920283f467c88f941d2e3 (patch) | |
tree | eee47968095de5366de994b84d05aa6ecb525a41 | |
parent | bb0490d7393bb45d811d26d68c21a0b5ec4ea4ee (diff) | |
parent | 8a96865c85e675159bbe4cf91766ec3e785ce99b (diff) | |
download | ayatana-indicator-power-4c50f67123792904e93920283f467c88f941d2e3.tar.gz ayatana-indicator-power-4c50f67123792904e93920283f467c88f941d2e3.tar.bz2 ayatana-indicator-power-4c50f67123792904e93920283f467c88f941d2e3.zip |
Merge branch 'tari01-pr/fix-build-warnings'
Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/21
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/GdbusCodegen.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b78a69e..ae45795 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(ayatana-indicator-power C CXX) -cmake_minimum_required(VERSION 2.8.9) +cmake_minimum_required(VERSION 3.13) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) diff --git a/cmake/GdbusCodegen.cmake b/cmake/GdbusCodegen.cmake index ddb2995..5261ba8 100644 --- a/cmake/GdbusCodegen.cmake +++ b/cmake/GdbusCodegen.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) if(POLICY CMP0011) cmake_policy(SET CMP0011 NEW) endif(POLICY CMP0011) |