diff --git a/src/ozw/CMakeLists.txt b/src/ozw/CMakeLists.txt index 8cc11366..6538fdc2 100644 --- a/src/ozw/CMakeLists.txt +++ b/src/ozw/CMakeLists.txt @@ -11,10 +11,10 @@ if (OPENZWAVE_FOUND) target_link_libraries(${libname} ${OPENZWAVE_LIBRARIES}) if (BUILDSWIG) if (BUILDSWIGNODE) - swig_link_libraries (jsupm_${libname} ${OPENZWAVE_LIBRARIES} ${MRAA_LIBRARIES} ${NODE_LIBRARIES}) + swig_link_libraries (jsupm_${libname} ${OPENZWAVE_LIBRARIES}) endif() if (BUILDSWIGPYTHON) - swig_link_libraries (pyupm_${libname} ${OPENZWAVE_LIBRARIES} ${PYTHON_LIBRARIES} ${MRAA_LIBRARIES}) + swig_link_libraries (pyupm_${libname} ${OPENZWAVE_LIBRARIES}) endif() endif() endif ()