Skip to content

Commit

Permalink
cmake: mythexiv2 should be REQUIRED if exiv2 is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
garybuhrmaster committed Mar 16, 2024
1 parent 9124495 commit 7e77106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/cmake/MythFindPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pkg_check_modules(LIBUDFREAD "libudfread>=1.1.1" REQUIRED IMPORTED_TARGET)
#
pkg_check_modules(EXIV2 "exiv2>=0.28" QUIET IMPORTED_TARGET)
if(NOT EXIV2_FOUND)
pkg_check_modules(EXIV2 "mythexiv2>=0.28" QUIET IMPORTED_TARGET)
pkg_check_modules(EXIV2 "mythexiv2>=0.28" REQUIRED IMPORTED_TARGET)
endif()

#
Expand Down

0 comments on commit 7e77106

Please sign in to comment.