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>
|
||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
|
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
|
||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
|
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
|
||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
|
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
|
||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
|
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|