diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-05-08 23:22:58 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-05-08 23:22:58 +0000 |
| commit | 4c0dbf08b7e1b057fa4c108dfd6ef02b267f0586 (patch) | |
| tree | 085d5f93a16101da064efb98068796f2ea3fdf79 /src/CMakeLists.txt | |
| parent | cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f... (diff) | |
| download | inkscape-4c0dbf08b7e1b057fa4c108dfd6ef02b267f0586.tar.gz inkscape-4c0dbf08b7e1b057fa4c108dfd6ef02b267f0586.zip | |
cmake: do not install static libraries on Windows
(bzr r15679)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
