From a986a42c82e4c3f62d4bc19868ee518d973e3483 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 26 Jan 2022 22:42:03 +0100 Subject: CMakeLists.txt: Fix project name (ayatana-indicator-application, not ayatana-appindicator-application). --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d3fb09..6cb7f5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(ayatana-appindicator-application C) +project(ayatana-indicator-application C) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) @@ -33,7 +33,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0 include(GNUInstallDirs) set(PROJECT_VERSION "0.8.90") -set(PROJECT_NAME "ayatana-appindicator-application") +set(PROJECT_NAME "ayatana-indicator-application") if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") -- cgit v1.2.3