mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00

Small change to get rid of a warning in newer cmake versions. Versions of cmake (>= 3.0) throw a warning on the add_dependecy method for non-existant dependencies (add_dependency call before target_link_libraries call). Removed the call to add_dependency since target_link_libraries should provide the same functionality for ozw and modbus dependencies. Signed-off-by: Noel Eck <noel.eck@intel.com>