forked from github/server
fix libbsd linking (MSVC)
This commit is contained in:
parent
a4f6c6f005
commit
0c4d1ec2b2
|
@ -186,7 +186,6 @@ endif()
|
|||
add_library(version STATIC ${VERSION_SRC})
|
||||
add_library(parser ${PARSER_SRC})
|
||||
target_link_libraries(parser
|
||||
bsd
|
||||
${CRYPTO_LIBRARIES}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue