Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Aug 21, 2021
1 parent 468c80f commit 996a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ target_include_directories(exiv2lib SYSTEM PRIVATE
)

target_include_directories(exiv2lib PRIVATE ${EXPAT_INCLUDE_DIR})
target_link_libraries(exiv2lib PRIVATE ${EXPAT_LIBRARIES})
target_link_libraries(exiv2lib PRIVATE EXPAT::EXPAT)

if (EXIV2_ENABLE_XMP)
target_link_libraries(exiv2lib PRIVATE exiv2-xmp)
Expand Down

0 comments on commit 996a096

Please sign in to comment.