Loading CMakeLists.txt +2 −4 Original line number Diff line number Diff line Loading @@ -26,12 +26,10 @@ CMDEF_ADD_EXECUTABLE( IF (INSTALL) INCLUDE(GNUInstallDirs) CONFIGURE_FILE(resources/systemd/module-gateway.service.in module-gateway.service @ONLY) CMDEF_INSTALL( TARGET hello-world NAMESPACE hello-world:: ) BA_PACKAGE_DEPS_IMPORTED(hello-world) ENDIF () Loading @@ -41,7 +39,7 @@ IF (PACKAGE) VERSION ${HELLO_WORLD_VERSION} ) SET(CPACK_GENERATOR ZIP) SET(CPACK_PACKAGE_CONTACT "BringAuto s.r.o. <maintainers@bringauto.com>") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "BringAuto s.r.o <maintainers@bringauto.com>") SET(CPACK_PACKAGE_CONTACT "Josef Melkus <540462@mail.muni.cz>") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Josef Melkus <540462@mail.muni.cz>") INCLUDE(CPack) ENDIF () No newline at end of file Loading
CMakeLists.txt +2 −4 Original line number Diff line number Diff line Loading @@ -26,12 +26,10 @@ CMDEF_ADD_EXECUTABLE( IF (INSTALL) INCLUDE(GNUInstallDirs) CONFIGURE_FILE(resources/systemd/module-gateway.service.in module-gateway.service @ONLY) CMDEF_INSTALL( TARGET hello-world NAMESPACE hello-world:: ) BA_PACKAGE_DEPS_IMPORTED(hello-world) ENDIF () Loading @@ -41,7 +39,7 @@ IF (PACKAGE) VERSION ${HELLO_WORLD_VERSION} ) SET(CPACK_GENERATOR ZIP) SET(CPACK_PACKAGE_CONTACT "BringAuto s.r.o. <maintainers@bringauto.com>") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "BringAuto s.r.o <maintainers@bringauto.com>") SET(CPACK_PACKAGE_CONTACT "Josef Melkus <540462@mail.muni.cz>") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Josef Melkus <540462@mail.muni.cz>") INCLUDE(CPack) ENDIF () No newline at end of file