Fix distribution library path detection

This commit is contained in:
Mario Fetka
2026-07-18 11:28:56 +02:00
parent 0e3194a37d
commit 1fcee37890
+1 -1
View File
@@ -6,7 +6,7 @@ else(EXISTS /lib64)
set(_LIB_DIR_NAME lib)
endif(EXISTS /lib64)
set(LIB_DIR_NAME ${_LIB_DIR_NAME} CACHE PATH
set(LIB_DIR_NAME ${_LIB_DIR_NAME} CACHE STRING
"Name of library location (arch-specific), usually 'lib' or 'lib64'")
# 'default' locations for where objects get built