diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-28 19:42:05 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-28 20:29:17 +0100 |
commit | 57028ded0d685d1e102eea051781c34cc0b7c809 (patch) | |
tree | 17793f465e17333cd8e90695e020b34356a7dda6 /host/cmake | |
parent | 5d055ecf38e3ad5297c64e5786b5a73ff355074b (diff) | |
download | uhd-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.cmake | 2 |
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 |