mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
ozw: remove extraneous libraries from swig_link_libraries() calls
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
411b4abcb7
commit
8df446958a
@ -11,10 +11,10 @@ if (OPENZWAVE_FOUND)
|
|||||||
target_link_libraries(${libname} ${OPENZWAVE_LIBRARIES})
|
target_link_libraries(${libname} ${OPENZWAVE_LIBRARIES})
|
||||||
if (BUILDSWIG)
|
if (BUILDSWIG)
|
||||||
if (BUILDSWIGNODE)
|
if (BUILDSWIGNODE)
|
||||||
swig_link_libraries (jsupm_${libname} ${OPENZWAVE_LIBRARIES} ${MRAA_LIBRARIES} ${NODE_LIBRARIES})
|
swig_link_libraries (jsupm_${libname} ${OPENZWAVE_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
if (BUILDSWIGPYTHON)
|
if (BUILDSWIGPYTHON)
|
||||||
swig_link_libraries (pyupm_${libname} ${OPENZWAVE_LIBRARIES} ${PYTHON_LIBRARIES} ${MRAA_LIBRARIES})
|
swig_link_libraries (pyupm_${libname} ${OPENZWAVE_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user