Skip to content

Commit

Permalink
AnalyzeView: Set Exiv2 to Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Jan 7, 2025
1 parent 1ed8d13 commit 12f7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalyzeView/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if(NOT exiv2_FOUND AND NOT LibExiv2_FOUND)

FetchContent_Declare(EXIV2
GIT_REPOSITORY https://github.com/Exiv2/exiv2.git
GIT_TAG main # v0.28.3
GIT_TAG v0.28.3
GIT_SHALLOW TRUE
)
set(EXIV2_ENABLE_XMP OFF CACHE INTERNAL "" FORCE)
Expand Down

0 comments on commit 12f7547

Please sign in to comment.