blob: 767547896c99891782ee96dd969ecf53687280c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff -ur geant4.10.02.orig/CMakeLists.txt geant4.10.02/CMakeLists.txt
--- geant4.10.02.orig/CMakeLists.txt 2016-01-13 15:00:07.009259839 -0200
+++ geant4.10.02/CMakeLists.txt 2016-01-13 15:01:00.369257669 -0200
@@ -134,14 +134,6 @@
add_subdirectory(examples)
endif()
-# - Install example code to datarootdir
-install(DIRECTORY examples
- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/Geant4-${Geant4_VERSION}
- COMPONENT Examples
- PATTERN "CVS" EXCLUDE
- PATTERN ".svn" EXCLUDE
- )
-
#-----------------------------------------------------------------------
# - CPack-aging
include(Geant4CPackBase)
|