Skip to content

Commit

Permalink
Remove exiv2-xmp from pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and neheb committed May 16, 2023
1 parent 3d0ef18 commit 9727957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ endif()

if (EXIV2_ENABLE_XMP)
target_link_libraries(exiv2lib PRIVATE exiv2-xmp)
list(APPEND libs_private_list "exiv2-xmp")
elseif(EXIV2_ENABLE_EXTERNAL_XMP)
target_link_libraries(exiv2lib PUBLIC ${XMPSDK_LIBRARY})
target_include_directories(exiv2lib PUBLIC ${XMPSDK_INCLUDE_DIR})
Expand Down

0 comments on commit 9727957

Please sign in to comment.