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 4cfc438 commit 61a20b8Copy full SHA for 61a20b8
mlir/cmake/modules/AddMLIRPython.cmake
@@ -23,6 +23,11 @@
23
# grouping. Source groupings form a DAG.
24
# SOURCES: List of specific source files relative to ROOT_DIR to include.
25
# SOURCES_GLOB: List of glob patterns relative to ROOT_DIR to include.
26
+
27
+if (POLICY CMP0175)
28
+ cmake_policy(SET CMP0175 OLD)
29
+endif()
30
31
function(declare_mlir_python_sources name)
32
cmake_parse_arguments(ARG
33
""
0 commit comments