mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	hwxpxx: 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:
		| @@ -11,10 +11,10 @@ if (MODBUS_FOUND) | |||||||
|   target_link_libraries(${libname} ${MODBUS_LIBRARIES}) |   target_link_libraries(${libname} ${MODBUS_LIBRARIES}) | ||||||
|   if (BUILDSWIG) |   if (BUILDSWIG) | ||||||
|     if (BUILDSWIGNODE) |     if (BUILDSWIGNODE) | ||||||
|       swig_link_libraries (jsupm_${libname} ${MODBUS_LIBRARIES} ${MRAA_LIBRARIES} ${NODE_LIBRARIES}) |       swig_link_libraries (jsupm_${libname} ${MODBUS_LIBRARIES}) | ||||||
|     endif() |     endif() | ||||||
|     if (BUILDSWIGPYTHON) |     if (BUILDSWIGPYTHON) | ||||||
|       swig_link_libraries (pyupm_${libname} ${MODBUS_LIBRARIES} ${PYTHON_LIBRARIES} ${MRAA_LIBRARIES}) |       swig_link_libraries (pyupm_${libname} ${MODBUS_LIBRARIES}) | ||||||
|     endif() |     endif() | ||||||
|   endif() |   endif() | ||||||
| endif () | endif () | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jon Trulson
					Jon Trulson