git-svn-id: svn://db.shs.com.ru/libs@862 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -181,8 +181,6 @@ macro(deploy_target _T)
|
||||
if (NOT CMAKE_LDD)
|
||||
find_program(CMAKE_LDD ldd)
|
||||
endif()
|
||||
set(_DEB "${_TV}_deb_${MY_ARCH}")
|
||||
set(_AGD "${_DEPLOY_DIR}/${_DEB}")
|
||||
string(REPLACE "_" "-" _DEBNAME "${_T}")
|
||||
set(_DEB_ARCH)
|
||||
if("_${MY_ARCH}" STREQUAL "_arm64")
|
||||
@@ -200,6 +198,8 @@ macro(deploy_target _T)
|
||||
elseif("_${MY_ARCH}" STREQUAL "_ia64")
|
||||
set(_DEB_ARCH "ia64")
|
||||
endif()
|
||||
set(_DEB "${_TV}_deb_${_DEB_ARCH}")
|
||||
set(_AGD "${_DEPLOY_DIR}/${_DEB}")
|
||||
set(_echof ">" "${_AGD}/DEBIAN/control")
|
||||
set(_echo ">>" "${_AGD}/DEBIAN/control")
|
||||
add_custom_target(deploy
|
||||
|
||||
Reference in New Issue
Block a user