mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 12:41:37 +08:00
14 lines
508 B
Diff
14 lines
508 B
Diff
diff --git a/mlir/python/CMakeLists.txt b/mlir/python/CMakeLists.txt
|
|
index 7eb6e05e4..b9e1a096a 100644
|
|
--- a/mlir/python/CMakeLists.txt
|
|
+++ b/mlir/python/CMakeLists.txt
|
|
@@ -483,6 +483,8 @@ add_mlir_python_common_capi_library(MLIRPythonCAPI
|
|
${_ADDL_TEST_SOURCES}
|
|
)
|
|
|
|
+file(MAKE_DIRECTORY "${MLIR_BINARY_DIR}/python_packages/mlir_core/mlir/_mlir_libs")
|
|
+
|
|
################################################################################
|
|
# The fully assembled package of modules.
|
|
# This must come last.
|