summarylogtreecommitdiffstats
path: root/010-diamond-editor-do-not-copy-cs-libs.patch
blob: cbd5c1c8045f3730553005100695d36e60a50c10 (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
@@ -217,17 +217,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()