summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-doc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-16 05:48:30 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-01-16 05:48:30 +0000
commitda77db58d7629a3bfea1a0053aa9c29764b0bc2b (patch)
treee295b677ba30783720a7771f6b090b1f2501fa59 /clang-tools-extra/clang-doc
parent4a678f8072004eff9214c1a4e1836a14abb69535 (diff)
downloadllvm-da77db58d7629a3bfea1a0053aa9c29764b0bc2b.tar.gz
Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."
https://lab.llvm.org/buildbot/#/builders/46/builds/21146 Still have this odd error, not sure how to reproduce, so I will just try breaking up my patch. This reverts commit 4a678f8072004eff9214c1a4e1836a14abb69535.
Diffstat (limited to 'clang-tools-extra/clang-doc')
-rw-r--r--clang-tools-extra/clang-doc/tool/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-doc/tool/CMakeLists.txt b/clang-tools-extra/clang-doc/tool/CMakeLists.txt
index fb8317b27293..7e7147886916 100644
--- a/clang-tools-extra/clang-doc/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-doc/tool/CMakeLists.txt
@@ -19,9 +19,9 @@ target_link_libraries(clang-doc
)
install(FILES ../assets/clang-doc-default-stylesheet.css
- DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
+ DESTINATION share/clang
COMPONENT clang-doc)
install(FILES ../assets/index.js
- DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
+ DESTINATION share/clang
COMPONENT clang-doc)