Fixed nanomsg not being picked up as cmake dependency

This commit is contained in:
Snaipe 2016-01-17 20:35:40 +01:00
parent 3e725aecdb
commit fbc29e40ea

View file

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