aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-05-05 23:38:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-05-05 23:38:21 +0200
commit08039f0bfcd35efca2a075bbf49fe3e45d89d5bf (patch)
tree62152c893faf4b24a6925fdebe2a9b40f2bfe1fd /CMakeLists.txt
parente62300da9bf1eedbbdb1579f75b0d75d351e6950 (diff)
parent8f7c0cdbfd3ac5166a9628f917a0184fe5a44628 (diff)
downloadayatana-indicator-power-08039f0bfcd35efca2a075bbf49fe3e45d89d5bf.tar.gz
ayatana-indicator-power-08039f0bfcd35efca2a075bbf49fe3e45d89d5bf.tar.bz2
ayatana-indicator-power-08039f0bfcd35efca2a075bbf49fe3e45d89d5bf.zip
Merge branch 'tari01-pr/adapt-to-level-ido'
Attributes GH PR #76: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/76
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 869d4ae..1a9ee67 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
-project(ayatana-indicator-power C CXX)
cmake_minimum_required(VERSION 3.13)
+project(ayatana-indicator-power C CXX)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)