[Openmp-commits] [PATCH] D133420: [OpenMP] Install ompt-multiplex.h alongside omp.h
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 7 05:59:01 PDT 2022
protze.joachim added a comment.
Without testing, I would say the variable is not visible in this CMake scope, as it is defined in openmp/runtime/src/CMakeLists.txt. I would assume that you need to set it with PARENT_SCOPE in openmp/runtime/src/CMakeLists.txt and openmp/runtime/CMakeLists.txt. Similar to LIBOMP_LIBRARY_DIR or LIBOMP_INCLUDE_DIR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133420/new/
https://reviews.llvm.org/D133420
More information about the Openmp-commits
mailing list