mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
CPack's source package now ignores the build dir
This commit is contained in:
parent
e4d12ea1d3
commit
552177c33a
1 changed files with 3 additions and 0 deletions
|
@ -212,6 +212,9 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|||
set(CPACK_RPM_PACKAGE_LICENSE "BSD")
|
||||
endif ()
|
||||
|
||||
# Ignore the build directory
|
||||
set(CPACK_SOURCE_IGNORE_FILES ${CMAKE_BINARY_DIR})
|
||||
|
||||
include(CPack)
|
||||
|
||||
########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue