summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-05-14 15:48:56 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-05-18 15:27:44 +0100
commitafb0963b9d4413a398ebaa0185db88d88295e954 (patch)
treee70c49c008415c481ba7d7ab0c2dd0cb9b9cc0fc /CMakeLists.txt
parent56ee6207c1524ddc4c444c6e48e05eb34105985a (diff)
downloadml-embedded-evaluation-kit-afb0963b9d4413a398ebaa0185db88d88295e954.tar.gz
Renamed core driver dependency to be "dash" style aligned
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I86b1d658ddd9aa717eb571286a9e5f5e053725cf
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cefc86e..fa84b3e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -175,7 +175,7 @@ if (ETHOS_U55_ENABLED)
USER_OPTION(ETHOS_U55_DRIVER_SRC_PATH
"Path to Ethos-U55 core driver sources"
- "${CMAKE_CURRENT_SOURCE_DIR}/dependencies/core_driver"
+ "${CMAKE_CURRENT_SOURCE_DIR}/dependencies/core-driver"
PATH
)