Import Geant4 10.7.2 source tree

This commit is contained in:
Gabriele Cosmo
2021-06-14 10:01:31 +02:00
parent 3dfcdb544e
commit c968e26a39
271 changed files with 26365 additions and 21942 deletions
+3
View File
@@ -19,6 +19,9 @@ committal in the CVS repository !
History file for G4 zlib package
--------------------------------
23 February 2021 Ben Morgan (zlib-V10-06-02)
- Use separate genexes in G4zlib include directories to prevent parsing issues.
29 October 2020 Ben Morgan (zlib-V10-06-01)
- sources.cmake: remove include of obsolete CMake module,
update for full migration to new CMake system.
+1 -1
View File
@@ -136,5 +136,5 @@ GEANT4_DEFINE_MODULE(NAME G4zlib
)
# List any source specific properties here
geant4_module_include_directories(G4zlib
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src;${CMAKE_CURRENT_BINARY_DIR}>
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src> $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
)