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 342a25c commit 96f9c73Copy full SHA for 96f9c73
examples/selective_build/CMakeLists.txt
@@ -39,7 +39,7 @@ set(_common_compile_options -Wno-deprecated-declarations -fPIC)
39
set(_common_include_directories ${EXECUTORCH_ROOT}/..)
40
41
find_package(executorch CONFIG REQUIRED)
42
-set(gflags_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../third-party/gflags/gflags-build)
+set(gflags_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../third-party/gflags/gflags-build)
43
find_package(gflags REQUIRED)
44
45
target_include_directories(executorch_core INTERFACE ${_common_include_directories})
0 commit comments