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()