We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77ac15 commit 0394205Copy full SHA for 0394205
test/CMakeLists.txt
@@ -26,7 +26,7 @@ set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..)
26
include(${EXECUTORCH_ROOT}/tools/cmake/Utils.cmake)
27
28
# Find prebuilt executorch library
29
-find_package(executorch CONFIG REQUIRED)
+find_package(executorch CONFIG REQUIRED HINTS ${CMAKE_INSTALL_PREFIX})
30
31
# Let files say "include <executorch/path/to/header.h>".
32
set(_common_include_directories ${EXECUTORCH_ROOT}/..)
0 commit comments