File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 48
48
cmake_minimum_required (VERSION 3.24 )
49
49
project (executorch )
50
50
51
- # MARK: - Start EXECUTORCH_H12025_BUILD_MIGRATION
52
-
53
51
include (${PROJECT_SOURCE_DIR} /tools/cmake/common/preset.cmake )
54
52
include (${PROJECT_SOURCE_DIR} /tools/cmake/Utils.cmake )
55
53
include (CMakeDependentOption )
@@ -82,6 +80,7 @@ announce_configured_options(BUCK2)
82
80
83
81
announce_configured_options (CMAKE_CXX_COMPILER_ID )
84
82
announce_configured_options (CMAKE_TOOLCHAIN_FILE )
83
+ announce_configured_options (BUILD_TESTING )
85
84
86
85
load_build_preset ()
87
86
include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/default.cmake )
@@ -97,11 +96,6 @@ else()
97
96
endif ()
98
97
announce_configured_options (CCACHE_PROGRAM )
99
98
100
- # Print all the configs that were called with announce_configured_options.
101
- print_configured_options ()
102
-
103
- # MARK: - End EXECUTORCH_H12025_BUILD_MIGRATION
104
-
105
99
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
106
100
107
101
# Setup RPATH. See
@@ -750,3 +744,6 @@ if(EXECUTORCH_BUILD_ANDROID_JNI)
750
744
endif ()
751
745
752
746
include (Test .cmake )
747
+
748
+ # Print all the configs that were called with announce_configured_options.
749
+ print_configured_options ()
You can’t perform that action at this time.
0 commit comments