aboutsummaryrefslogtreecommitdiff
path: root/openmp/libompd
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-15 07:35:02 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-15 07:35:02 +0000
commit6e52bfe09d3ab3ae6c43c079d06ebeb7bb241dec (patch)
tree03d6da8f8f48e0bd4f4e690d3ab1f1d8145c89b8 /openmp/libompd
parent26bb1b1dab8bc0646073e762a9f75f2dbcd18857 (diff)
downloadllvm-6e52bfe09d3ab3ae6c43c079d06ebeb7bb241dec.zip
llvm-6e52bfe09d3ab3ae6c43c079d06ebeb7bb241dec.tar.gz
llvm-6e52bfe09d3ab3ae6c43c079d06ebeb7bb241dec.tar.bz2
Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."
Sorry for the disruption, I will try again later. This reverts commit efeb50197091b2ade24c00b9d55814bc433a7fd1.
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 25a850e..9c203bd 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 "${CMAKE_INSTALL_BINDIR}" )
+ RUNTIME DESTINATION bin )