mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-24 07:21:32 +01:00
cmake: correct find function
This commit is contained in:
parent
b04abfae57
commit
5a3b633bc5
@ -9,7 +9,7 @@ if(APPLE)
|
||||
option(ZMQ_BUILD_FRAMEWORK "Build as OS X framework" ON)
|
||||
endif()
|
||||
|
||||
find_library(SODIUM_FOUND sodium)
|
||||
find_package(Sodium)
|
||||
|
||||
set(POLLER "" CACHE STRING "Choose polling system. valid values are
|
||||
kqueue, epoll, devpoll, poll or select [default=autodetect]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user