Skip to content

Commit 948e97a

Browse files
authored
[flang] Revert MLIR_MAIN_SRC_DIR override (#127337)
This change is no longer necessary after #125842. Thanks to @nikic for letting me know.
1 parent b403004 commit 948e97a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flang/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ if (FLANG_STANDALONE_BUILD)
230230
add_custom_target(doxygen ALL)
231231
endif()
232232

233-
# Override the value from installed CMake files, as they refer
234-
# to the directory used during the original MLIR package build,
235-
# which may be no longer available. Instead, use the current checkout.
236-
set(MLIR_MAIN_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../mlir )
237-
238233
else()
239234
option(FLANG_INCLUDE_TESTS
240235
"Generate build targets for the Flang unit tests."

0 commit comments

Comments
 (0)