fix libbsd linking (MSVC)

This commit is contained in:
Enno Rehling 2018-09-30 16:18:06 +02:00
parent a4f6c6f005
commit 0c4d1ec2b2
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ endif()
add_library(version STATIC ${VERSION_SRC})
add_library(parser ${PARSER_SRC})
target_link_libraries(parser
bsd
${CRYPTO_LIBRARIES}
)