From 7276ec3b8266e53529fc92aca6e239eb95548c6e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 11 Feb 2022 16:48:10 +0100 Subject: Drop pkglibexecdir and use native CMake file configuration --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 81428f2..3133c34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,10 +38,8 @@ add_definitions("-Wno-sign-compare") # Needed for GTest on Ubuntu ## ## 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}") +include (GNUInstallDirs) ## ## Check for prerequisites -- cgit v1.2.3