From 53da992529dc672f273c8949d738afa87863aec4 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 14 Feb 2022 20:52:48 +0100 Subject: Drop pkglibexecdir and use native CMake file configuration --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3