diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
commit | d813ce96ef7e3694da971839b6ce52741d868a07 (patch) | |
tree | c35a8b50ce4b43e83cb2d41b931ceace6a090dbd /CMakeLists.txt | |
parent | 6d1a75ee0a2ef609dd7dd3b01de6ff5a645af928 (diff) | |
parent | 53da992529dc672f273c8949d738afa87863aec4 (diff) | |
download | ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.gz ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.bz2 ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.zip |
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #28: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/28
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7185445b..2e014333 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,6 @@ endif() # GNU standard installation directories include (GNUInstallDirs) -set (CMAKE_INSTALL_PKGLIBEXECDIR "${CMAKE_INSTALL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") -set (CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") # Gettext set(GETTEXT_PACKAGE "ayatana-indicator-keyboard") |