Skip to content

Commit

Permalink
consistently name CMake and pkg-config dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed May 30, 2022
1 parent 55a6ba9 commit dead4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ install(FILES ${PROJECT_BINARY_DIR}/curlcppConfig.cmake DESTINATION ${CMAKE_INST

join_paths(libdir_for_pc_file "\${exec_prefix}" "${CMAKE_INSTALL_LIBDIR}")
join_paths(includedir_for_pc_file "\${prefix}" "${CMAKE_INSTALL_INCLUDEDIR}")
configure_file("${PROJECT_SOURCE_DIR}/src/libcurlcpp.pc.in"
"${PROJECT_BINARY_DIR}/src/libcurlcpp.pc"
configure_file("${PROJECT_SOURCE_DIR}/src/curlcpp.pc.in"
"${PROJECT_BINARY_DIR}/src/curlcpp.pc"
@ONLY)
install(FILES "${PROJECT_BINARY_DIR}/src/libcurlcpp.pc"
install(FILES "${PROJECT_BINARY_DIR}/src/curlcpp.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig/")
File renamed without changes.

0 comments on commit dead4b7

Please sign in to comment.