We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8060 commit dd6ec44Copy full SHA for dd6ec44
src/CMakeLists.txt
@@ -69,7 +69,7 @@ if (CPPKAFKA_EXPORT_PKGCONFIG)
69
configure_file(${PROJECT_SOURCE_DIR}/cmake/cppkafka.pc.in ${PKG_CONFIG_FILE} @ONLY)
70
71
install(
72
- FILES ${PKG_CONFIG}
+ FILES ${PKG_CONFIG_FILE}
73
DESTINATION "${CPPKAFKA_PKGCONFIG_DIR}"
74
COMPONENT pkgconfig
75
)
0 commit comments