Skip to content

Commit

Permalink
[#19] declare exact match on IRODS package
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Dec 5, 2018
1 parent 6c93528 commit b2a7d96
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.5 REQUIRED)
find_package(IRODS 4.2.5 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 b2a7d96

Please sign in to comment.