From b59ba684aef4bef16262a1825e787a55fc992f0d Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Tue, 23 Nov 2021 17:19:52 +0000 Subject: MLECO-1935: All common CMake user options consolidated. For easier look up and maintenance, all common CMake user options have been consolidated in one CMake file. NOTE: the individual use case specific options are still within the correspoinding use case CMake files. Change-Id: Id887f7b2c763f4d3eb997d997cf466684d0089b6 --- scripts/cmake/native-sources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cmake/native-sources.cmake') diff --git a/scripts/cmake/native-sources.cmake b/scripts/cmake/native-sources.cmake index 2a5b0ae..6ebf435 100644 --- a/scripts/cmake/native-sources.cmake +++ b/scripts/cmake/native-sources.cmake @@ -20,7 +20,7 @@ set(PLAT_HAL ${CMAKE_CURRENT_SOURCE_DIR}/source/application/hal/platforms/native if (ETHOS_U_NPU_ENABLED) message(WARNING "EthosU can't be enabled for native builds." - "Use -DETHOS_U_NPU_ENABLED=0 flag for this target platform." + "Use -DETHOS_U_NPU_ENABLED=OFF flag for this target platform." "Overriding, disabling use of EthosU...") set(ETHOS_U_NPU_ENABLED OFF) endif() -- cgit v1.2.1