summaryrefslogtreecommitdiff
path: root/cmake/Modules/GNUInstallPackageDir.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/GNUInstallPackageDir.cmake')
-rw-r--r--cmake/Modules/GNUInstallPackageDir.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GNUInstallPackageDir.cmake b/cmake/Modules/GNUInstallPackageDir.cmake
index e4e84b6fc057..e4a058e68f4f 100644
--- a/cmake/Modules/GNUInstallPackageDir.cmake
+++ b/cmake/Modules/GNUInstallPackageDir.cmake
@@ -29,5 +29,5 @@ macro(_GNUInstallPackageDir_cache_path var default description)
_GNUInstallPackageDir_cache_convert_to_path("${var}" "${description}")
endmacro()
-_GNUInstallPackageDir_cache_path(CMAKE_INSTALL_PACKAGEDIR "${CMAKE_INSTALL_LIBDIR}/cmake"
+_GNUInstallPackageDir_cache_path(CMAKE_INSTALL_PACKAGEDIR "lib${LLVM_LIBDIR_SUFFIX}/cmake"
"Directories containing installed CMake modules (lib/cmake)")