We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acf769 commit 2cb39e9Copy full SHA for 2cb39e9
CMakeLists.txt
@@ -53,7 +53,7 @@ if (NOT MSVC)
53
set(PACKAGE_DESC "Unified Robot Description Format")
54
set(pkg_conf_file "urdfdom_headers.pc")
55
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/pkgconfig/${pkg_conf_file}.in" "${CMAKE_BINARY_DIR}/${pkg_conf_file}" @ONLY)
56
- install(FILES "${CMAKE_BINARY_DIR}/${pkg_conf_file}" DESTINATION lib/pkgconfig/ COMPONENT pkgconfig)
+ install(FILES "${CMAKE_BINARY_DIR}/${pkg_conf_file}" DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig/ COMPONENT pkgconfig)
57
endif()
58
59
add_library(${PROJECT_NAME} INTERFACE)
0 commit comments