[vlmc-devel] commit: cmake: do not install the windows icon file on linux ( Ludovic Fauvet )

git at videolan.org git at videolan.org
Fri Apr 9 18:23:32 CEST 2010


vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Fri Apr  9 18:12:56 2010 +0200| [1b0b2e250b764cce0a08b37e945f7cf2b25357e2] | committer: Ludovic Fauvet 

cmake: do not install the windows icon file on linux

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1b0b2e250b764cce0a08b37e945f7cf2b25357e2
---

 CMakeLists.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec1660a..9fa96aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,7 +129,8 @@ INSTALL (FILES share/vlmc.desktop DESTINATION ${VLMC_DESKTOP_DIR})
 
 # Copy the share directory
 INSTALL (DIRECTORY share/ DESTINATION ${VLMC_DATA_DIR}
-         PATTERN "*.desktop" EXCLUDE)
+         PATTERN "*.desktop" EXCLUDE
+         PATTERN "*.ico" EXCLUDE)
 
 #############################################################
 # Enable packaging



More information about the Vlmc-devel mailing list