Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Fixed getting iRODS version from environment (RITDEV-277)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Feb 28, 2019
1 parent 7713b50 commit 891d04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
# See https://cmake.org/cmake/help/v3.0/module/FindCURL.html
set(MSI_RELEASE_VERSION "1.1.0")

set(IRODS_VERSION ${ENV_IRODS_VERSION}) # Get iRODS version from environment
#set(IRODS_VERSION "4.2.4") # Or specificy iRODS version manually
set(IRODS_VERSION $ENV{IRODS_VERSION}) # Get iRODS version from environment
#set(IRODS_VERSION "4.2.4") # Or specificy iRODS version manually

set(IRODS_EXTERNALS_FULLPATH_CLANG /opt/irods-externals/clang3.8-0)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMakeModules")
Expand Down

0 comments on commit 891d04f

Please sign in to comment.