Fixed DEB packages not being build if both rpmbuild and dpkg-buildpackage are found.
This commit is contained in:
@ -253,7 +253,8 @@ if(PACKAGE)
|
|||||||
if(NOT ( ${RPMBUILD} STREQUAL "RPMBUILD-NOTFOUND" ) )
|
if(NOT ( ${RPMBUILD} STREQUAL "RPMBUILD-NOTFOUND" ) )
|
||||||
include(cmake/package_rpm.cmake)
|
include(cmake/package_rpm.cmake)
|
||||||
message(STATUS "Generating RPM packages")
|
message(STATUS "Generating RPM packages")
|
||||||
elseif(NOT ( ${DEBBUILD} STREQUAL "DEBBUILD-NOTFOUND" ) )
|
endif()
|
||||||
|
if(NOT ( ${DEBBUILD} STREQUAL "DEBBUILD-NOTFOUND" ) )
|
||||||
include(cmake/package_deb.cmake)
|
include(cmake/package_deb.cmake)
|
||||||
message(STATUS "Generating DEB packages for ${DEB_ARCHITECTURE}")
|
message(STATUS "Generating DEB packages for ${DEB_ARCHITECTURE}")
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user