[flang-commits] [PATCH] D84334: [flang] Version information in flang/f18
Camille Coti via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Aug 12 17:11:59 PDT 2020
coti added a comment.
@DavidTruby so, how about replacing:
set(include ${FLANG_BINARY_DIR}/include/flang)
set(include ${FLANG_BINARY_DIR}/include/flang)
set(include ${CMAKE_CURRENT_BINARY_DIR})
with:
target_include_directories(f18
${CMAKE_CURRENT_BINARY_DIR}
${FLANG_BINARY_DIR}/include/flang
)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84334/new/
https://reviews.llvm.org/D84334
More information about the flang-commits
mailing list