mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake: CPACK_SOURCE_IGNORE_FILES is a list of regular expressions
This commit is contained in:
parent
7c12b88bc2
commit
40cd5c48c0
1 changed files with 1 additions and 1 deletions
|
@ -2113,7 +2113,7 @@ if (LWS_WITH_EXPORT_LWSTARGETS)
|
|||
endif()
|
||||
|
||||
# build subdir is not part of sources
|
||||
set(CPACK_SOURCE_IGNORE_FILES $(CPACK_SOURCE_IGNORE_FILES) ".git" "build" "tgz" "tar.gz")
|
||||
set(CPACK_SOURCE_IGNORE_FILES $(CPACK_SOURCE_IGNORE_FILES) "/.git/" "/build/" "\\\\.tgz$" "\\\\.tar\\\\.gz$")
|
||||
|
||||
# Most people are more used to "make dist" compared to "make package_source"
|
||||
add_custom_target(dist COMMAND "${CMAKE_MAKE_PROGRAM}" package_source)
|
||||
|
|
Loading…
Add table
Reference in a new issue