aboutsummaryrefslogtreecommitdiffstats
path: root/host
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 19:42:05 +0100
commitc3be58b06c37a158ccb28a28436437920157a955 (patch)
tree17793f465e17333cd8e90695e020b34356a7dda6 /host
parent6fb2706a022d16b40f7c1ee97abb057c2143a8ef (diff)
downloaduhd-c3be58b06c37a158ccb28a28436437920157a955.tar.gz
uhd-c3be58b06c37a158ccb28a28436437920157a955.tar.bz2
uhd-c3be58b06c37a158ccb28a28436437920157a955.zip
cmake: Less strict cpack ignores to work on build machines
Diffstat (limited to 'host')
-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