Don't set CPACK_DEBIAN_PACKAGE_ARCHITECTURE to "any"
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 11 May 2017 11:16:15 +0000 (13:16 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 16 May 2017 12:38:32 +0000 (14:38 +0200)
Forwarded: https://github.com/Softmotions/ejdb/pull/188

installer/CMakeLists.txt

index f9cb895..49df135 100644 (file)
@@ -39,7 +39,6 @@ if (PACKAGE_DEB)
        if (PROJECT_PPA)
                set(DPUT_HOST ${PROJECT_PPA})
        endif()
-       set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "any")
        set(CPACK_DEBIAN_RESOURCE_FILE_CHANGELOG ${CMAKE_SOURCE_DIR}/Changelog)
        set(CPACK_DEBIAN_UPDATE_CHANGELOG ON)
 endif(PACKAGE_DEB)