Лучше использовать непосредственно CMAKE_INSTALL_PREFIX

This commit is contained in:
Andrei Astafev 2019-02-15 23:06:03 +03:00
parent 8e42c87f15
commit 17626f8571
2 changed files with 0 additions and 7 deletions

View File

@ -20,7 +20,6 @@ include(CMLibOrganizationName)
set_organization_name()
include(CMLibGlobalVariables)
include(CMLibInstallInOpt)
include(CMLibLSBInfo)
include(CMLibCompiler)
include(CMLibCompilerFlags)

View File

@ -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()