Skip to content

Commit

Permalink
Downgrade required CMake version to consume exiv2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and neheb committed Jul 26, 2023
1 parent eb05551 commit 368eab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/exiv2Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@PACKAGE_INIT@

cmake_minimum_required(VERSION 3.16.3)
cmake_minimum_required(VERSION 3.5)
include(CMakeFindDependencyMacro)

if(@EXIV2_ENABLE_PNG@) # if(EXIV2_ENABLE_PNG)
Expand Down

0 comments on commit 368eab0

Please sign in to comment.