CMake: Remove redundant add_bundled_mlir_dependent_projects() call
`add_bundled_mlir_dependent_projects()` can only be called once.
Closes https://github.com/google/iree/pull/2229
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/2229 from iml130:cmake-installed-llvm-2 718551fa073a237ba0a456c912529c6a126d5d4b
PiperOrigin-RevId: 316691349
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a19ab82..6dca0f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -210,7 +210,6 @@
endif()
add_subdirectory("${llvm_monorepo_path}/llvm" "third_party/llvm-project/llvm" EXCLUDE_FROM_ALL)
- add_bundled_mlir_dependent_projects()
# Reset CMAKE_BUILD_TYPE to its previous setting
set(CMAKE_BUILD_TYPE "${_CMAKE_BUILD_TYPE}" CACHE STRING "Build type (default ${DEFAULT_CMAKE_BUILD_TYPE})" FORCE)