Skip to content

Commit

Permalink
Fix cmake install in case of subdirectory use
Browse files Browse the repository at this point in the history
  • Loading branch information
ribtoks authored and piponazo committed May 23, 2020
1 parent 845ca8b commit 356f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if (EXIV2_TEAM_PACKAGING)
endif()

configure_file(cmake/exiv2.pc.in exiv2.pc @ONLY)
install(FILES ${CMAKE_BINARY_DIR}/exiv2.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

# ******************************************************************************
# Man page
Expand Down

0 comments on commit 356f862

Please sign in to comment.