[Openmp-commits] [PATCH] D133420: [OpenMP] Install ompt-multiplex.h alongside omp.h

serge via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 7 06:34:39 PDT 2022


serge-sans-paille updated this revision to Diff 458437.
serge-sans-paille added a comment.

Indeed! Didn't use the PARENT_SCOPE option because the two directories only have root as common parent directory though.


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

https://reviews.llvm.org/D133420

Files:
  openmp/tools/multiplex/CMakeLists.txt


Index: openmp/tools/multiplex/CMakeLists.txt
===================================================================
--- openmp/tools/multiplex/CMakeLists.txt
+++ openmp/tools/multiplex/CMakeLists.txt
@@ -4,7 +4,7 @@
   add_library(ompt-multiplex INTERFACE)
   target_include_directories(ompt-multiplex INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
 
-  install(FILES ompt-multiplex.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
+  install(FILES ompt-multiplex.h DESTINATION "${LIBOMP_HEADERS_INSTALL_PATH}")
 
   add_subdirectory(tests)
 endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133420.458437.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220907/a152f182/attachment.bin>


More information about the Openmp-commits mailing list