File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ if(NOT CMAKE_BUILD_TYPE)
2626 set (CMAKE_BUILD_TYPE RelWithDebInfo)
2727endif ()
2828
29+ # some toolchains might contain their own packages, skip them here
30+ find_package (gflags REQUIRED NO_CMAKE_FIND_ROOT_PATH )
31+ find_package (absl REQUIRED NO_CMAKE_FIND_ROOT_PATH )
32+
2933# Find prebuilt libraries. executorch package should contain portable_ops_lib,
3034# etdump, bundled_program.
3135find_package (executorch CONFIG REQUIRED)
3236target_compile_options (executorch INTERFACE -DET_EVENT_TRACER_ENABLED)
33- # some toolchains might contain their own gflags, skip them here
34- find_package (gflags REQUIRED NO_CMAKE_FIND_ROOT_PATH )
3537
3638set (_common_compile_options -Wno-deprecated-declarations -fPIC)
3739
You can’t perform that action at this time.
0 commit comments