summarylogtreecommitdiffstats
path: root/010-diamond-editor-do-not-copy-cs-libs.patch
blob: 9e61490386d30e3b3956660fc1cf31d9d7406d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -216,17 +216,3 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
 else()
    install(TARGETS Diamond DESTINATION .)
 endif()
-
-cs_copy_library(CsCore)
-cs_copy_library(CsGui)
-cs_copy_library(CsNetwork)
-
-if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
-   # copy required plugins to the bundle
-   cs_copy_plugins(CsGui ../plugins)
-   cs_copy_plugins(CsPrinterDriver ../plugins)
-else()
-   # installs required plugins
-   cs_copy_plugins(CsGui)
-   cs_copy_plugins(CsPrinterDriver)
-endif()