Update CMakeLists.txt

pull/943/head snapshot-20220614.14
powderluv 2022-06-14 14:46:52 -07:00 committed by GitHub
parent dfc6f7c547
commit 8fd084377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ if(TORCH_MLIR_ENABLE_JIT_IR_IMPORTER)
add_dependencies(TorchMLIRPythonModules TorchMLIRE2ETestPythonModules)
endif()
add_dependencies(TorchMLIRPythonModules torch_mlir_custom_op_example)
# TODO: Add after macOS builds are fixed
#add_dependencies(TorchMLIRPythonModules torch_mlir_custom_op_example)
add_subdirectory(test)