[PATCH] D84334: [flang] Version information in flang/f18

Steve Scalpone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 13:24:56 PDT 2020


sscalpone reopened this revision.
sscalpone added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/tools/f18/CMakeLists.txt:30
 
-set(include ${FLANG_BINARY_DIR}/include/flang)
+target_include_directories(f18
+  ${FLANG_BINARY_DIR}/include/flang
----------------
Did this work for you?

CMake requires a PUBLIC or PRIVATE qualifier before the first directory argument.

I'm getting:

```
CMake Error at /local/home/sjs/llvm/llvm-project/flang/tools/f18/CMakeLists.txt:34 (target_include_directories):
  target_include_directories called with invalid arguments
```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84334/new/

https://reviews.llvm.org/D84334



More information about the llvm-commits mailing list