aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-28 19:42:05 +0100
committerMartin Braun <martin.braun@ettus.com>2014-10-28 20:29:17 +0100
commit57028ded0d685d1e102eea051781c34cc0b7c809 (patch)
tree17793f465e17333cd8e90695e020b34356a7dda6 /host/cmake
parent5d055ecf38e3ad5297c64e5786b5a73ff355074b (diff)
downloaduhd-57028ded0d685d1e102eea051781c34cc0b7c809.tar.gz
uhd-57028ded0d685d1e102eea051781c34cc0b7c809.tar.bz2
uhd-57028ded0d685d1e102eea051781c34cc0b7c809.zip
cmake: Less strict cpack ignores to work on build machines
Diffstat (limited to 'host/cmake')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index 0697b8c54..298b9d33a 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -123,7 +123,7 @@ SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE)
########################################################################
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "uhd-${TRIMMED_UHD_VERSION}")
-SET(CPACK_SOURCE_IGNORE_FILES "\\\\.git*;\\\\.swp$;build*")
+SET(CPACK_SOURCE_IGNORE_FILES "\\\\.git*;\\\\.swp$")
########################################################################
# Setup CPack Components