GH-2637: Re-remove the bro symlink wrapper

This commit is contained in:
Tim Wojtulewicz 2022-12-13 10:03:44 -07:00
parent 92e4c11914
commit dd6e4a65ee
3 changed files with 0 additions and 42 deletions

View file

@ -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})