From: Michael Friedrich Date: Mon, 27 Jan 2014 16:03:50 +0000 (+0100) Subject: Build fix. X-Git-Tag: v0.0.7~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e504bd0182a7c73ef43938b75a430a33205725;p=icinga2 Build fix. Refs #5409 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 600b835e3..6b7b8c19d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(CPACK_PACKAGE_CONTACT "Icinga Development Team") set(CPACK_PACKAGE_VERSION ${ICINGA2_VERSION}) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}/LICENSE.txt") set(CPACK_WIX_UPGRADE_GUID "68C75073-7CEF-4FC9-8DA5-581758729696") -set(CPACK_SOURCE_IGNORE_FILES "/.git/" "/debian/" "/.vagrant/" "/release/" "/debug/" "/build/) +set(CPACK_SOURCE_IGNORE_FILES "/.git/" "/debian/" "/.vagrant/" "/release/" "/debug/" "/build/" ) include(CPack) include(GetGitRevisionDescription)