Skip to content

Commit 5744708

Browse files
authored
Increase awkward to 2.6.9 (#78)
increase awkward to 2.6.9
1 parent 8b02368 commit 5744708

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
cmake_minimum_required(VERSION 3.25...3.30)
22

33
set(CMAKE_CXX_STANDARD 17)
4-
set(AWKWARD_VERSION "v2.6.8")
4+
5+
set(AWKWARD_VERSION "v2.6.9")
56
set(PYBIND11_VERSION "v2.13.6")
7+
set(Geant4_VERSION "11.2.2")
68

79
if (NOT DEFINED SKBUILD_PROJECT_NAME)
810
# IDE
@@ -29,7 +31,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Release")
2931
endif ()
3032

3133
find_package(
32-
Geant4 11.2.2 CONFIG
34+
Geant4 ${Geant4_VERSION} CONFIG
3335
COMPONENTS ${GEANT4_COMPONENTS}
3436
REQUIRED)
3537

0 commit comments

Comments
 (0)