Skip to content

Commit 6399a01

Browse files
committedJun 25, 2021
Import Geant4 11.0.0.beta source tree
1 parent c968e26 commit 6399a01

File tree

4,274 files changed

+198882
-228769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,274 files changed

+198882
-228769
lines changed
 

‎CMakeLists.txt

+4-7
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ endif()
1616
#-----------------------------------------------------------------------
1717
# - Define CMake requirements and override make rules as needed
1818
#
19-
cmake_minimum_required(VERSION 3.8...3.18 FATAL_ERROR)
20-
if(${CMAKE_VERSION} VERSION_LESS 3.12)
21-
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
22-
endif()
19+
cmake_minimum_required(VERSION 3.12...3.20 FATAL_ERROR)
2320

2421
# - Make overrides for default flags, so they appear in interfaces
2522
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
@@ -31,9 +28,9 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
3128
# in tests/examples which are subprojects. All calls must use
3229
# the same form.
3330
project(Geant4)
34-
set(${PROJECT_NAME}_VERSION_MAJOR 10)
35-
set(${PROJECT_NAME}_VERSION_MINOR 7)
36-
set(${PROJECT_NAME}_VERSION_PATCH 2)
31+
set(${PROJECT_NAME}_VERSION_MAJOR 11)
32+
set(${PROJECT_NAME}_VERSION_MINOR 0)
33+
set(${PROJECT_NAME}_VERSION_PATCH 0)
3734
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
3835

3936
# - Prepend our own CMake Modules to the search path

‎ReleaseNotes/Beta4.11.0-1.txt

+1,290
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)