From 17626f8571d4d510a1e6fd2021125ecec243152a Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 15 Feb 2019 23:06:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D1=83=D1=87=D1=88=D0=B5=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=BF=D0=BE=D1=81=D1=80=D0=B5=D0=B4=D1=81=D1=82?= =?UTF-8?q?=D0=B2=D0=B5=D0=BD=D0=BD=D0=BE=20CMAKE=5FINSTALL=5FPREFIX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCommon.cmake | 1 - CMLibInstallInOpt.cmake | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 CMLibInstallInOpt.cmake diff --git a/CMLibCommon.cmake b/CMLibCommon.cmake index 3ec917a..62e6b81 100644 --- a/CMLibCommon.cmake +++ b/CMLibCommon.cmake @@ -20,7 +20,6 @@ include(CMLibOrganizationName) set_organization_name() include(CMLibGlobalVariables) -include(CMLibInstallInOpt) include(CMLibLSBInfo) include(CMLibCompiler) include(CMLibCompilerFlags) diff --git a/CMLibInstallInOpt.cmake b/CMLibInstallInOpt.cmake deleted file mode 100644 index 44bde80..0000000 --- a/CMLibInstallInOpt.cmake +++ /dev/null @@ -1,6 +0,0 @@ -option(INSTALL_TO_OPT "Install to proprietary /opt hierarchy" FALSE) - -if(INSTALL_TO_OPT) - string(TOLOWER "/opt/${ORGANIZATION_NAME}/${PROJECT_NAME}" CMAKE_INSTALL_PREFIX) -endif() -