Skip to content

Commit b1a5484

Browse files
committed
[hack] remove cmake policy
1 parent 7ffa1ca commit b1a5484

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
@@ -189,7 +189,7 @@ include(${EXECUTORCH_SRCS_FILE})
189189
# libraries that it uses, like `gflags`. Disabling this can be helpful when
190190
# cross-compiling, but some required tools that would have been built need to be
191191
# provided directly (via, for example, FLATC_EXECUTABLE).
192-
cmake_policy(SET CMP0127 NEW)
192+
# cmake_policy(SET CMP0127 NEW)
193193

194194
cmake_dependent_option(
195195
EXECUTORCH_BUILD_HOST_TARGETS "Build host-only targets." ON

0 commit comments

Comments
 (0)