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 Feb 27, 2024
1 parent c39649e commit 97c9bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.7.0 FATAL_ERROR)

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

Expand Down

0 comments on commit 97c9bf4

Please sign in to comment.