diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-07 08:29:17 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-07 08:29:17 +0100 |
commit | e96881b37f4dbbded4035b4007a11b83225573d6 (patch) | |
tree | 526f45f9dfc4bf1f9ea8b6e045496c0e4fad2cdd /MOST_UNICENS | |
parent | b909473d9b4a629de89939a726a1dcc3578018b7 (diff) |
submodule: update submodules and fix CMakeLists.txt
Update of submodules used for utilities and app-templates. Contributes to SPEC-1167.
Change-Id: I7b934c82b769537b8d129353470b00a4ef46c1ac
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'MOST_UNICENS')
-rw-r--r-- | MOST_UNICENS/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MOST_UNICENS/CMakeLists.txt b/MOST_UNICENS/CMakeLists.txt index 5c35922..23bf75f 100644 --- a/MOST_UNICENS/CMakeLists.txt +++ b/MOST_UNICENS/CMakeLists.txt @@ -34,7 +34,7 @@ PROJECT_TARGET_ADD(hal-most-unicens) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - hal-utilities + hal-utilities-4a afb-utilities ucs2-volume ${link_libraries} |