Fixed nanomsg not being picked up as cmake dependency
This commit is contained in:
parent
3e725aecdb
commit
fbc29e40ea
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ include_directories(SYSTEM
|
|||
)
|
||||
|
||||
if (MSVC)
|
||||
add_cmake_subproject(nanomsg-patched
|
||||
add_cmake_subproject(nanomsg
|
||||
PATH dependencies/nanomsg-patched
|
||||
OPTS "-DNN_TESTS=OFF")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue