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

Commit

Permalink
Set minimum cmake version tot 3.3.0. RITDEV-277
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Mar 1, 2019
1 parent bba50ac commit 5c0d225
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
Expand Up @@ -10,7 +10,7 @@
# irods-externals

# Specify the minimum version for CMake
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR)

# Set global CMAKE variables
# Note: Some of the include dirs (like CURL) can automatically be found by CMake at the 'include_directories' step and do not have to be set here.
Expand Down

0 comments on commit 5c0d225

Please sign in to comment.