From 4c0dbf08b7e1b057fa4c108dfd6ef02b267f0586 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 9 May 2017 01:22:58 +0200 Subject: cmake: do not install static libraries on Windows (bzr r15679) --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a189b96ca..25a42a4a0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -565,5 +565,5 @@ else() inkscape_com inkview inkview_com - DESTINATION .) + RUNTIME DESTINATION .) endif() -- cgit v1.2.3