diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-06-07 10:40:55 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2016-06-07 10:40:55 +0200 |
commit | 12e61f66451039eab6580d562b3e8e87fb5e26d5 (patch) | |
tree | 53a9be27b54005b8289d965aa3babbd57eedb6ce /CMakeLists.txt | |
parent | 625734b89a1278b9ebf90615f03b57b7aa1b30fe (diff) | |
download | sherlock.lv2-12e61f66451039eab6580d562b3e8e87fb5e26d5.tar.xz |
fix nanomsg discovery.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5fe859..47c5a40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ include_directories(${LV2_INCLUDE_DIRS}) pkg_search_module(ELM REQUIRED elementary>=1.8) include_directories(${ELM_INCLUDE_DIRS}) -pkg_search_module(NANOMSG REQUIRED libnanomsg>=2.0) +pkg_search_module(NANOMSG REQUIRED libnanomsg nanomsg) include_directories(${NANOMSG_INCLUDE_DIRS}) pkg_search_module(SRATOM REQUIRED sratom-0>=0.4.0) |