mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Removing a stale piece of CMake code.
This commit is contained in:
parent
540ae8ad51
commit
bc3e3034e6
1 changed files with 0 additions and 11 deletions
|
@ -417,17 +417,6 @@ add_dependencies(bro bif_loader_plugins)
|
||||||
# Install *.bif.bro.
|
# Install *.bif.bro.
|
||||||
install(DIRECTORY ${CMAKE_BINARY_DIR}/scripts/base/bif DESTINATION ${BRO_SCRIPT_INSTALL_PATH}/base)
|
install(DIRECTORY ${CMAKE_BINARY_DIR}/scripts/base/bif DESTINATION ${BRO_SCRIPT_INSTALL_PATH}/base)
|
||||||
|
|
||||||
# Install the plugin directory with a short README.
|
|
||||||
set(plugin_binary_dir "${CMAKE_BINARY_DIR}/plugins")
|
|
||||||
|
|
||||||
add_custom_command(OUTPUT ${plugin_binary_dir}/README
|
|
||||||
COMMAND mkdir ARGS -p ${plugin_binary_dir}
|
|
||||||
COMMAND echo ARGS "This directory holds dynamic Bro plugins." >${plugin_binary_dir}/README)
|
|
||||||
|
|
||||||
add_custom_target(plugin-dir DEPENDS ${plugin_binary_dir}/README)
|
|
||||||
add_dependencies(bro plugin-dir)
|
|
||||||
|
|
||||||
# Make clean removes the bif and plugin directories.
|
# Make clean removes the bif and plugin directories.
|
||||||
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/scripts/base/bif)
|
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/scripts/base/bif)
|
||||||
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES ${plugin_binary_dir})
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue