Remove commented-out code

This commit is contained in:
Peter Cullen 2024-04-17 13:40:08 +00:00 committed by Christian Kreibich
parent 5e3008df89
commit 610799b0f9

View file

@ -580,7 +580,6 @@ string(REGEX REPLACE "[^a-zA-Z0-9_\$]" "_" VERSION_C_IDENT "${VERSION_C_IDENT}")
set(ZEEK_VERSION_FULL_LOCAL "${ZEEK_VERSION_FULL}") set(ZEEK_VERSION_FULL_LOCAL "${ZEEK_VERSION_FULL}")
if (NOT ZEEK_VERSION_LOCAL STREQUAL "") if (NOT ZEEK_VERSION_LOCAL STREQUAL "")
# STRING(FIND ZEEK_VERSION_LOCAL "-" POS)
if (ZEEK_VERSION_LOCAL MATCHES "-") if (ZEEK_VERSION_LOCAL MATCHES "-")
message(FATAL_ERROR "ZEEK_VERSION_LOCAL can not contain dashes: ${ZEEK_VERSION_LOCAL}") message(FATAL_ERROR "ZEEK_VERSION_LOCAL can not contain dashes: ${ZEEK_VERSION_LOCAL}")
endif () endif ()