mirror of
https://github.com/eclipse/upm.git
synced 2025-06-08 22:30:25 +03:00
crequires: Add utilites-c target for all c sensors
Switch from upmc-utilities to target name (utilities-c). Fixes linking problem with C libraries. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
f1bcd7bfb4
commit
70368ecb7e
@ -272,7 +272,7 @@ function (UPM_MIXED_MODULE_INIT)
|
||||
# add upmc-utilities as a dependancy to all C libs (but NOT to the
|
||||
# utilities lib itself)
|
||||
if (NOT ${libname} MATCHES "utilities-c")
|
||||
target_link_libraries (${libname} upmc-utilities)
|
||||
target_link_libraries (${libname} utilities-c)
|
||||
endif()
|
||||
endif (UPM_MIXED_MODULE_INIT_C_SRC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user