Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord authored and bourtemb committed Sep 20, 2016
1 parent 6f79c75 commit 27bb60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if(ZMQ_BASE)
message("Using ZMQ_BASE=${ZMQ_BASE}")
set(ZMQ_PKG_INCLUDE_DIRS ${ZMQ_BASE}/include)
set(ZMQ_PKG_LIBRARIES "-lzmq")
include_directories(${ZMQ_BASE}/include)
link_directories(${ZMQ_BASE}/lib)
else()
pkg_search_module(ZMQ_PKG REQUIRED libzmq)
Expand Down

0 comments on commit 27bb60f

Please sign in to comment.