Commit 987b3ef4 authored by Josef Melkus's avatar Josef Melkus
Browse files

fix cmake

parent e41f68d1
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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 ()


@@ -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