Import Geant4 10.7.2 source tree
This commit is contained in:
Vendored
+3
@@ -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.
|
||||
|
||||
Vendored
+1
-1
@@ -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}>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user