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 b403004 commit 948e97aCopy full SHA for 948e97a
flang/CMakeLists.txt
@@ -230,11 +230,6 @@ if (FLANG_STANDALONE_BUILD)
230
add_custom_target(doxygen ALL)
231
endif()
232
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
-
238
else()
239
option(FLANG_INCLUDE_TESTS
240
"Generate build targets for the Flang unit tests."
0 commit comments