Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
# and then examples, see included README files
|
||||
project(G4mpi)
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.8...3.18)
|
||||
if(${CMAKE_VERSION} VERSION_LESS 3.12)
|
||||
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
|
||||
endif()
|
||||
|
||||
add_subdirectory(source)
|
||||
set(G4mpi_DIR "${PROJECT_BINARY_DIR}/source")
|
||||
|
||||
Reference in New Issue
Block a user