aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-02-14 20:52:48 +0100
committerRobert Tari <robert@tari.in>2022-02-14 20:52:48 +0100
commit53da992529dc672f273c8949d738afa87863aec4 (patch)
treec35a8b50ce4b43e83cb2d41b931ceace6a090dbd /CMakeLists.txt
parentc92041d7138cbaaf41e2d063e8b51c0967ecfa05 (diff)
downloadayatana-indicator-keyboard-53da992529dc672f273c8949d738afa87863aec4.tar.gz
ayatana-indicator-keyboard-53da992529dc672f273c8949d738afa87863aec4.tar.bz2
ayatana-indicator-keyboard-53da992529dc672f273c8949d738afa87863aec4.zip
Drop pkglibexecdir and use native CMake file configuration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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")