aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:16:51 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:16:51 +0100
commit26000403c33875ec4152cff78b958ef9736040dd (patch)
tree986592febff8c6bd8c5dd58ae811505a3cb631f7 /CMakeLists.txt
parentf57b15b8be5f9062fd57f420ad88446956aa9e82 (diff)
parentbab7087b15336e5635289bcd5a47709693a21c4c (diff)
downloadayatana-indicator-display-26000403c33875ec4152cff78b958ef9736040dd.tar.gz
ayatana-indicator-display-26000403c33875ec4152cff78b958ef9736040dd.tar.bz2
ayatana-indicator-display-26000403c33875ec4152cff78b958ef9736040dd.zip
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #49: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/49
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 63b4d29..c073735 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,9 +38,6 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_definitions("-Wall")
endif()
-set(CMAKE_INSTALL_PKGLIBEXECDIR "${CMAKE_INSTALL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
-set(CMAKE_INSTALL_FULL_PKGLIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
-
##
## Gettext
##