mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 08:41:15 +01:00
Problem: fix with_norm error
This commit is contained in:
parent
4e193f36fc
commit
3c892bcf63
@ -1503,6 +1503,10 @@ if(BUILD_SHARED)
|
||||
|
||||
if(norm_FOUND)
|
||||
target_link_libraries(libzmq norm::norm)
|
||||
|
||||
if (TARGET objects)
|
||||
target_link_libraries(objects norm::norm)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@ -1552,6 +1556,10 @@ if(BUILD_STATIC)
|
||||
|
||||
if(norm_FOUND)
|
||||
target_link_libraries(libzmq-static norm::norm)
|
||||
|
||||
if (TARGET objects)
|
||||
target_link_libraries(objects norm::norm)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user