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 7ffa1ca commit b1a5484Copy full SHA for b1a5484
CMakeLists.txt
@@ -189,7 +189,7 @@ include(${EXECUTORCH_SRCS_FILE})
189
# libraries that it uses, like `gflags`. Disabling this can be helpful when
190
# cross-compiling, but some required tools that would have been built need to be
191
# provided directly (via, for example, FLATC_EXECUTABLE).
192
-cmake_policy(SET CMP0127 NEW)
+# cmake_policy(SET CMP0127 NEW)
193
194
cmake_dependent_option(
195
EXECUTORCH_BUILD_HOST_TARGETS "Build host-only targets." ON
0 commit comments