[flang][runtime] Added Clang CMake modules include path.
authorSlava Zakharin <szakharin@nvidia.com>
Mon, 24 Apr 2023 18:09:57 +0000 (11:09 -0700)
committerSlava Zakharin <szakharin@nvidia.com>
Tue, 25 Apr 2023 16:26:48 +0000 (09:26 -0700)
commit55c88aafa6965646d46404eab16393ba8b1bff95
tree56f2141709ec9d8c42812e5c21055e4bcb55c1af
parentee371b2566eef7178b1e568a63bc2f961684581b
[flang][runtime] Added Clang CMake modules include path.

Fortran runtime standalone build is broken after D140998
because of the missing CMake modules path. This is a fix.

Differential Revision: https://reviews.llvm.org/D149090
flang/runtime/CMakeLists.txt