Skip to content

Commit

Permalink
Fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed May 23, 2021
1 parent 125eb35 commit c6ff5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-modules/DownloadProject.CMakeLists.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Distributed under the OSI-approved MIT License. See accompanying
# file LICENSE or https://github.com/Crascit/DownloadProject for details.

cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 2.8.12)

project(${DL_ARGS_PROJ}-download NONE)

Expand Down

0 comments on commit c6ff5f8

Please sign in to comment.