[Orxonox-commit 2404] r7119 - code/branches/presentation3/data

adrfried at orxonox.net adrfried at orxonox.net
Sat Jun 5 02:23:23 CEST 2010


Author: adrfried
Date: 2010-06-05 02:23:22 +0200 (Sat, 05 Jun 2010)
New Revision: 7119

Modified:
   code/branches/presentation3/data/CMakeLists.txt
Log:
exclude some files in data_extern install

Modified: code/branches/presentation3/data/CMakeLists.txt
===================================================================
--- code/branches/presentation3/data/CMakeLists.txt	2010-06-04 13:08:02 UTC (rev 7118)
+++ code/branches/presentation3/data/CMakeLists.txt	2010-06-05 00:23:22 UTC (rev 7119)
@@ -58,7 +58,7 @@
 INSTALL(
   DIRECTORY ${EXTERNAL_DATA_DIRECTORY}/
   DESTINATION ${DATA_INSTALL_DIRECTORY}
-  REGEX "\\.svn$|_svn$|resources\\.oxr" EXCLUDE
+  REGEX "\\.svn$|_svn$|resources\\.oxr|AUTHORS|LICENSE" EXCLUDE
 )
 # Configure the install scripts (variables not available during installation)
 CONFIGURE_FILE(DataInstallScript.cmake ${CMAKE_CURRENT_BINARY_DIR}/DataInstallScript.cmake @ONLY)




More information about the Orxonox-commit mailing list