Skip to content

Commit de26187

Browse files
committed
Only require podio 1.2.99 until there is a tag
1 parent 7ef7d81 commit de26187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME
2828

2929
find_package(ROOT COMPONENTS RIO Tree REQUIRED)
3030
find_package(Gaudi REQUIRED)
31-
find_package(podio 1.3 REQUIRED)
31+
find_package(podio 1.2.99 REQUIRED)
3232
find_package(EDM4HEP 0.99 REQUIRED)
3333
find_package(fmt REQUIRED)
3434

0 commit comments

Comments
 (0)