From 45b4a12413a33e3eb1543fcef5eca238bab31446 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Jun 2019 18:55:31 +0200 Subject: cmake: don't install .a files --- cmake/opentrack-hier.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/opentrack-hier.cmake b/cmake/opentrack-hier.cmake index 1cdfff89..a5e4fd77 100644 --- a/cmake/opentrack-hier.cmake +++ b/cmake/opentrack-hier.cmake @@ -40,7 +40,7 @@ else() set(opentrack-i18n-pfx "./share/opentrack/i18n") set(opentrack-i18n-path "../share/opentrack/i18n") endif() -set(opentrack-hier-str ARCHIVE DESTINATION lib/opentrack RUNTIME DESTINATION ${opentrack-hier-pfx} LIBRARY DESTINATION ${opentrack-hier-pfx}) +set(opentrack-hier-str RUNTIME DESTINATION ${opentrack-hier-pfx} LIBRARY DESTINATION ${opentrack-hier-pfx}) function(otr_escape_string var str) string(REGEX REPLACE "([^_A-Za-z0-9./:-])" "\\\\\\1" str "${str}") -- cgit v1.2.3