Skip to content

Commit 4e244ab

Browse files
committed
Update
[ghstack-poisoned]
1 parent 25e18d7 commit 4e244ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
122122
# Instead please use `find_package(executorch REQUIRED)` in the example
123123
# directory and add a new executable in the example `CMakeLists.txt`.
124124

125+
set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
126+
125127
if(NOT EXECUTORCH_ENABLE_LOGGING)
126128
# Avoid pulling in the logging strings, which can be large. Note that this
127129
# will set the compiler flag for all targets in this directory, and for all

0 commit comments

Comments
 (0)