Skip to content

Commit

Permalink
Exiftool version update (#618)
Browse files Browse the repository at this point in the history
* BugFix: possible property race

* Bump exiftool version
  • Loading branch information
Kicer86 committed Mar 4, 2024
1 parent b43b8e1 commit 39a2555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/system/win32.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


function(download_tools)
set(EXIFTOOL_VER 12.50)
set(EXIFTOOL_VER 12.77)
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/tools/exiftool-${EXIFTOOL_VER}.zip)
message("Downloading ExifTool")
file(DOWNLOAD
Expand Down

0 comments on commit 39a2555

Please sign in to comment.