Revert "[cmake] Use CMAKE_INSTALL_LIBDIR too"

This reverts commit f7a33090a9.

Unfortunately this causes a number of failures that didn't show up in my
local build.
This commit is contained in:
John Ericson
2022-08-18 22:44:46 -04:00
parent 481d67d310
commit e941b031d3
67 changed files with 175 additions and 189 deletions

View File

@@ -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)")