blob: 8be0f47bd952eacbefc89519a9d28810c624667e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2024-12-30 08:57:04 UTC
+++ CMakeLists.txt
@@ -83,7 +83,7 @@ if (INSTALL_STATIC_LIBS)
endif()
if (INSTALL_STATIC_LIBS)
- install(TARGETS chdr-static ${CHDR_LIBS}
+ install(TARGETS chdr-static
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)
endif()
|