diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-12-07 08:29:17 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-08 14:10:59 +0000 |
commit | 3958e37fb8eb21b7b9851ef9fc438fd5c613e142 (patch) | |
tree | 5ce2bdbe19dadee9b07ed9f650dd8dc40840f4b4 /MOST_UNICENS | |
parent | 075c692e3ff44460fb0f31d1c2305dc58e8f1f58 (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} |