Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# Setup the project
|
||||
#
|
||||
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()
|
||||
cmake_minimum_required(VERSION 3.12...3.20)
|
||||
project(B2bTBB)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
#---Adding examples subdirectories explicitly
|
||||
# and a custom target to for building all basic examples -------------
|
||||
|
||||
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()
|
||||
cmake_minimum_required(VERSION 3.12...3.20)
|
||||
|
||||
if(GEANT4_BUILD_MULTITHREADED)
|
||||
add_subdirectory(B2b)
|
||||
|
||||
Reference in New Issue
Block a user