[flang-commits] [flang] [flang][build] Fixed paths discrovery for the out-of-tree build. (PR #87822)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Fri Apr 5 12:33:21 PDT 2024


================
@@ -97,7 +98,7 @@ if (FLANG_STANDALONE_BUILD)
     CLANG_DIR_ABSOLUTE
     ${CLANG_DIR}
     REALPATH
-    ${CMAKE_CURRENT_SOURCE_DIR})
----------------
vzakhari wrote:

Seems like `BASE_DIR` was meant to be used here.

https://github.com/llvm/llvm-project/pull/87822


More information about the flang-commits mailing list