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.
2 parents a7c696c + 51ec4c1 commit 7db3db5Copy full SHA for 7db3db5
CMakeLists.txt
@@ -51,7 +51,7 @@ option(CPPKAFKA_EXPORT_CMAKE_CONFIG "Generate CMake config, target and version f
51
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
52
53
if (NOT CPPKAFKA_CONFIG_DIR)
54
- set(CPPKAFKA_CONFIG_DIR lib/cmake/${PROJECT_NAME})
+ set(CPPKAFKA_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
55
endif()
56
57
# Maintain previous compatibility
0 commit comments