summaryrefslogtreecommitdiff
path: root/openmp/libompd
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-22 01:33:49 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-22 18:05:36 +0000
commit0a6b4258ab0e773b7b2b06db1317faf556931481 (patch)
tree6fe1b40300d74af003ddcddcbab18ef054496659 /openmp/libompd
parent896a543e72fd3ab044e64d1140a37c7f4876fc71 (diff)
downloadllvm-0a6b4258ab0e773b7b2b06db1317faf556931481.tar.gz
[openmp][cmake] Use `GNUInstallDirs` to support custom installation dirs
I am breaking apart D99484 so the cause of build failures is easier to understand. Differential Revision: https://reviews.llvm.org/D117945
Diffstat (limited to 'openmp/libompd')
-rw-r--r--openmp/libompd/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libompd/src/CMakeLists.txt b/openmp/libompd/src/CMakeLists.txt
index 9c203bdd6b4f..25a850ed457d 100644
--- a/openmp/libompd/src/CMakeLists.txt
+++ b/openmp/libompd/src/CMakeLists.txt
@@ -47,4 +47,4 @@ include_directories (
INSTALL( TARGETS ompd
LIBRARY DESTINATION ${OPENMP_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${OPENMP_INSTALL_LIBDIR}
- RUNTIME DESTINATION bin )
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" )