Лучше использовать непосредственно CMAKE_INSTALL_PREFIX
This commit is contained in:
parent
8e42c87f15
commit
17626f8571
@ -20,7 +20,6 @@ include(CMLibOrganizationName)
|
|||||||
set_organization_name()
|
set_organization_name()
|
||||||
|
|
||||||
include(CMLibGlobalVariables)
|
include(CMLibGlobalVariables)
|
||||||
include(CMLibInstallInOpt)
|
|
||||||
include(CMLibLSBInfo)
|
include(CMLibLSBInfo)
|
||||||
include(CMLibCompiler)
|
include(CMLibCompiler)
|
||||||
include(CMLibCompilerFlags)
|
include(CMLibCompilerFlags)
|
||||||
|
@ -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()
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user