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)
75
75
endif ()
76
76
announce_configured_options (PYTHON_EXECUTABLE )
77
77
78
+ if (NOT BUCK2 )
79
+ resolve_buck2 ()
80
+ endif ()
81
+ announce_configured_options (BUCK2 )
82
+
78
83
announce_configured_options (CMAKE_CXX_COMPILER_ID )
79
84
announce_configured_options (CMAKE_TOOLCHAIN_FILE )
80
- announce_configured_options (BUCK2 )
81
85
82
86
load_build_preset ()
83
87
include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/default.cmake )
@@ -290,9 +294,6 @@ set(_common_include_directories
290
294
#
291
295
292
296
if (NOT EXECUTORCH_SRCS_FILE )
293
- # Find or download buck2 binary.
294
- resolve_buck2 ()
295
-
296
297
# A file wasn't provided. Run a script to extract the source lists from the
297
298
# buck2 build system and write them to a file we can include.
298
299
#
You can’t perform that action at this time.
0 commit comments