Skip to content

Commit

Permalink
bump version for 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Aug 31, 2018
1 parent b5092e1 commit d8a67cc
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.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME

find_package(IRODS 4.2.3 EXACT REQUIRED)
find_package(IRODS 4.2.4 EXACT REQUIRED)

set(CMAKE_C_COMPILER ${IRODS_EXTERNALS_FULLPATH_CLANG}/bin/clang)
set(CMAKE_CXX_COMPILER ${IRODS_EXTERNALS_FULLPATH_CLANG}/bin/clang++)
Expand Down

0 comments on commit d8a67cc

Please sign in to comment.