File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,13 @@ if(NOT PYTHON_EXECUTABLE)
7575endif ()
7676announce_configured_options(PYTHON_EXECUTABLE)
7777
78+ if (NOT BUCK2)
79+ resolve_buck2()
80+ endif ()
81+ announce_configured_options(BUCK2)
82+
7883announce_configured_options(CMAKE_CXX_COMPILER_ID)
7984announce_configured_options(CMAKE_TOOLCHAIN_FILE)
80- announce_configured_options(BUCK2)
8185
8286load_build_preset()
8387include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/default.cmake)
@@ -290,9 +294,6 @@ set(_common_include_directories
290294#
291295
292296if (NOT EXECUTORCH_SRCS_FILE)
293- # Find or download buck2 binary.
294- resolve_buck2()
295-
296297 # A file wasn't provided. Run a script to extract the source lists from the
297298 # buck2 build system and write them to a file we can include.
298299 #
You can’t perform that action at this time.
0 commit comments