mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Exclude installing "zeek -> ." include dir symlink
The symlink only exists for use within the source-tree and isn't needed for the install-tree.
This commit is contained in:
parent
319556fa36
commit
bc3df06737
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
||||||
PATTERN "*.h"
|
PATTERN "*.h"
|
||||||
PATTERN "*.pac"
|
PATTERN "*.pac"
|
||||||
PATTERN "3rdparty/*" EXCLUDE
|
PATTERN "3rdparty/*" EXCLUDE
|
||||||
|
# The "zeek -> ." symlink isn't needed in the install-tree
|
||||||
|
REGEX "^${CMAKE_CURRENT_SOURCE_DIR}/zeek$" EXCLUDE
|
||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
|
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue