Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user