Browse Source

Don't search and link for system installed nanomsg. Use static only.

patch-3
Artem Pikulin 7 years ago
parent
commit
11258b018d
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -23,7 +23,7 @@ download_project(PROJ nanomsg
UPDATE_DISCONNECTED 1
)
find_library(NANOMSG_LIBRARY NAMES nanomsg PATHS ${DEPS_INSTALL_PREFIX}/lib)
find_library(NANOMSG_LIBRARY NAMES nanomsg PATHS ${DEPS_INSTALL_PREFIX}/lib NO_DEFAULT_PATH)
include_directories("${CMAKE_SOURCE_DIR}")
add_subdirectory(cpp-ethereum)
add_subdirectory(iguana/exchanges)

Loading…
Cancel
Save