From 57028ded0d685d1e102eea051781c34cc0b7c809 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 28 Oct 2014 19:42:05 +0100 Subject: cmake: Less strict cpack ignores to work on build machines --- host/cmake/Modules/UHDPackage.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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 -- cgit v1.2.3