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