Skip to content

Commit

Permalink
changing top level cmake range
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Addepalli committed Mar 26, 2024
1 parent bb27a9e commit f85614c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/top_CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cmake_minimum_required( VERSION 3.4 FATAL_ERROR )

project( xAODAnaHelpers VERSION 1.0.0)

# Look for any $RELEASE_TYPE-24.2.X release:
find_package( $RELEASE_TYPE 24.2 REQUIRED )
# Look for any $RELEASE_TYPE-24.2.X or -25.2.X release:
find_package( $RELEASE_TYPE 24.2...25.2 REQUIRED )

# Set up the usage of CTest:
atlas_ctest_setup()
Expand Down

0 comments on commit f85614c

Please sign in to comment.