Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+6 -6
View File
@@ -1,9 +1,11 @@
# - Provide a custom target for validating sources.cmake and on-disk files
# As sources.cmake lists source files of Geant4 explicitely, we can often
# get a mismatch between this list and what's actually on disk.
# This module provides a custom target which executes a CMake script to check
# for these errors and report mismatches. It fails with FATAL_ERROR if any
# mismatch is found, but will not do so until it has reported all errors.
#
# This module provides a custom target which executes a CMake script to
# check for these errors and report mismatches. It fails with FATAL_ERROR
# if any mismatch is found, but will not do so until it has reported
# all errors.
#
# Configure the script
@@ -16,8 +18,6 @@ configure_file(
# Create the target
add_custom_target(validate_sources
COMMAND ${CMAKE_COMMAND} -P ${PROJECT_BINARY_DIR}/geant4_validate_sources.cmake
COMMENT "Validating Geant4 module sources"
COMMENT "Validating Geant4 Module Source Lists"
)