Skip to content

Commit

Permalink
cmake: fix install lept.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 5, 2024
1 parent 3c7001e commit 74fc314
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 @@ -384,7 +384,7 @@ configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/LeptonicaConfig.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig.cmake @ONLY)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lept_$<CONFIG>.pc
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lept.pc
DESTINATION lib/pkgconfig)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig-version.cmake
Expand Down

0 comments on commit 74fc314

Please sign in to comment.