From 42cee896bd7853a476cac48b040f7f0404713390 Mon Sep 17 00:00:00 2001 From: Mark Reid Date: Thu, 23 Nov 2023 12:56:05 -0800 Subject: [PATCH] Allow setting CAF_ROOT_DIR Signed-off-by: Mark Reid --- cmake/modules/FindCAF.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/FindCAF.cmake b/cmake/modules/FindCAF.cmake index f5e20fdef..b0dc3bac4 100644 --- a/cmake/modules/FindCAF.cmake +++ b/cmake/modules/FindCAF.cmake @@ -18,8 +18,6 @@ # CAF_LIBRARY_$C Library file for component $C # CAF_INCLUDE_DIR_$C Include path for component $C -set(CAF_ROOT_DIR "/user_data/.tmp/caf") - if(CAF_FIND_COMPONENTS STREQUAL "") message(FATAL_ERROR "FindCAF requires at least one COMPONENT.") endif()