cmake: correct find function

This commit is contained in:
Frank 2014-03-23 13:07:23 +01:00
parent b04abfae57
commit 5a3b633bc5

View File

@ -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]")