Skip to content

Commit

Permalink
[irods/irods#7531] bump irods version requirement and remove exact re…
Browse files Browse the repository at this point in the history
…quirement
  • Loading branch information
SwooshyCueb committed Mar 1, 2024
1 parent 7b52212 commit c993c66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
# CURL::libcurl and LibXml2::LibXml2 targets

find_package(IRODS 4.3.1 EXACT REQUIRED)
set(IRODS_MINIMUM_VERSION "4.90.0")
find_package(IRODS "${IRODS_MINIMUM_VERSION}" REQUIRED)
set(IRODS_PLUGIN_REVISION "0")
set(IRODS_PLUGIN_VERSION "${IRODS_VERSION}.${IRODS_PLUGIN_REVISION}")
set(IRODS_PLUGIN_VERSION "${IRODS_MINIMUM_VERSION}.${IRODS_PLUGIN_REVISION}")

set(IRODS_PACKAGE_REVISION "0")

Expand Down

0 comments on commit c993c66

Please sign in to comment.