Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
For some reason exiv2 config does not consider v0.28.1
to be compatible with 0.28.0
  • Loading branch information
Kicer86 committed May 10, 2024
1 parent fde7012 commit b2f6a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

find_package(OpenCV REQUIRED)
find_package(Qt6 REQUIRED COMPONENTS Core Gui Multimedia)
find_package(exiv2 0.28.0 REQUIRED )
find_package(exiv2 0.28.1 REQUIRED)
find_package(Threads REQUIRED)
find_package(CsLibGuarded REQUIRED)

Expand Down

0 comments on commit b2f6a23

Please sign in to comment.