1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 17:32:59 +01:00

Fixed cmake typo

This commit is contained in:
Pavel Odintsov 2023-04-03 23:04:09 +01:00
parent 5d998a43d5
commit bf3fa32221

@ -618,7 +618,7 @@ if (ENABLE_GOBGP_SUPPORT)
# It does not work without on Windows but works fine on *nix
if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
target_link_libraries(attribute_pb_cc protobuf::libprotobuf)
else()
endif()
target_link_libraries(gobgp_action attribute_pb_cc)