From 055f603ab9c9c8a136696917a3e73e579f49219c Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 9 Apr 2025 06:37:48 +0000 Subject: [PATCH] Revert "CMAKE - Force INSTALL_LIBDIR to be lib" This reverts commit 7bbe33c94d4235a55c44e5edeae752bbe21adad8. [ROCm/amdsmi commit: 2e429ed890781907929fd425267999c19521ae8c] --- projects/amdsmi/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/amdsmi/CMakeLists.txt b/projects/amdsmi/CMakeLists.txt index ced02f23fc..5efad00a9d 100644 --- a/projects/amdsmi/CMakeLists.txt +++ b/projects/amdsmi/CMakeLists.txt @@ -16,12 +16,6 @@ set(BUILD_SHARED_LIBS set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/" CACHE INTERNAL "Default module path.") - -# Default libdir to "lib", this skips GNUInstallDirs from trying to take a guess if it's unset -set(CMAKE_INSTALL_LIBDIR - "lib" - CACHE STRING "Library install directory") - ## Include common cmake modules include(utils) include(help_package)