From afb0963b9d4413a398ebaa0185db88d88295e954 Mon Sep 17 00:00:00 2001 From: alexander Date: Fri, 14 May 2021 15:48:56 +0100 Subject: Renamed core driver dependency to be "dash" style aligned Signed-off-by: alexander Change-Id: I86b1d658ddd9aa717eb571286a9e5f5e053725cf --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.1