mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
GH-2637: Re-remove the bro symlink wrapper
This commit is contained in:
parent
92e4c11914
commit
dd6e4a65ee
3 changed files with 0 additions and 42 deletions
|
@ -583,12 +583,6 @@ if (NOT ZEEK_STANDALONE OR CONAN_EXPORTED)
|
|||
install(TARGETS libzeek LIBRARY DESTINATION lib)
|
||||
endif()
|
||||
|
||||
if ( NOT WIN32 )
|
||||
# Install wrapper script for Bro-to-Zeek renaming.
|
||||
include(InstallSymlink)
|
||||
InstallSymlink("${CMAKE_INSTALL_PREFIX}/bin/zeek-wrapper" "${CMAKE_INSTALL_PREFIX}/bin/bro")
|
||||
endif ()
|
||||
|
||||
# Target to create all the autogenerated files.
|
||||
add_custom_target(generate_outputs_stage1)
|
||||
add_dependencies(generate_outputs_stage1 ${bro_ALL_GENERATED_OUTPUTS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue