From b6ac860440a7d3ac205ad4702e5cb28a56feb9f1 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof <l.r.westerhof@uu.nl> Date: Fri, 19 Jan 2018 13:53:05 +0100 Subject: [PATCH] Build against for iRODS 4.2.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c9f98e..28fd60a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.12) -find_package(IRODS 4.2.1 EXACT REQUIRED) +find_package(IRODS 4.2.2 EXACT REQUIRED) message(STATUS "Building for irods-server version ${IRODS_VERSION}") -- GitLab