blob: 6db7b3f9017d0b9090d0e9b543ecb0faaf9fff99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- CMakeLists.txt.orig 2011-01-22 01:47:07.000000000 +0000
+++ CMakeLists.txt 2011-01-22 02:00:58.676084146 +0000
@@ -209,9 +209,9 @@
# Install any extra files needed such as documentation and legacy Makefiles
#
# User example code
-install(DIRECTORY examples
- DESTINATION ${GEANT4_DATAROOTDIR}/geant4-${geant4_VERSION}
- PATTERN "CVS" EXCLUDE)
+#install(DIRECTORY examples
+# DESTINATION ${GEANT4_DATAROOTDIR}/geant4-${geant4_VERSION}
+# PATTERN "CVS" EXCLUDE)
#
|