Skip to content

Commit 176d890

Browse files
committed
[hack] remove cmake policy
1 parent c203a6f commit 176d890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ include(${EXECUTORCH_SRCS_FILE})
187187
# libraries that it uses, like `gflags`. Disabling this can be helpful when
188188
# cross-compiling, but some required tools that would have been built need to be
189189
# provided directly (via, for example, FLATC_EXECUTABLE).
190-
cmake_policy(SET CMP0127 NEW)
190+
# cmake_policy(SET CMP0127 NEW)
191191

192192
cmake_dependent_option(
193193
EXECUTORCH_BUILD_HOST_TARGETS "Build host-only targets." ON

0 commit comments

Comments
 (0)