[PATCH] D81266: Fix issue of flang/runtime/config.h note being found in out of tree builds

Isuru Fernando via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 08:52:33 PDT 2020


isuruf created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
isuruf added a project: Flang.
Herald added a reviewer: jdoerfert.
isuruf retitled this revision from "Fix issue of flang/runtime/config.h note bing found in out of tree builds" to "Fix issue of flang/runtime/config.h note being found in out of tree builds".

Fixes https://bugs.llvm.org/show_bug.cgi?id=46078


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81266

Files:
  flang/runtime/CMakeLists.txt


Index: flang/runtime/CMakeLists.txt
===================================================================
--- flang/runtime/CMakeLists.txt
+++ flang/runtime/CMakeLists.txt
@@ -57,3 +57,5 @@
   LINK_LIBS
   FortranDecimal
 )
+
+target_include_directories(FortranRuntime PRIVATE ${CMAKE_CURRENT_BINARY_DIR})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81266.268821.patch
Type: text/x-patch
Size: 304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/9d0ea24e/attachment.bin>


More information about the llvm-commits mailing list