mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Fix a typo in CMakeLists.txt when building Zeek as a library
This caused an error at configuration time since zeek_lie isn't a thing.
This commit is contained in:
parent
c4499d8552
commit
e1ba20a878
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ if (TARGET zeek_lib)
|
|||
add_dependencies(zeek_lib zeek_autogen_files)
|
||||
set_target_properties(zeek_lib PROPERTIES RUNTIME_OUTPUT_NAME libzeek)
|
||||
if (NOT CMAKE_LIBRARY_OUTPUT_DIRECTORY)
|
||||
set_target_properties(zeek_lie PROPERTIES LIBRARY_OUTPUT_DIRECTORY src)
|
||||
set_target_properties(zeek_lib PROPERTIES LIBRARY_OUTPUT_DIRECTORY src)
|
||||
endif ()
|
||||
install(TARGETS zeek_lib LIBRARY DESTINATION lib)
|
||||
# Tell zeek_target_link_libraries to add library dependencies as PRIVATE.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue