mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
TEMP: Always put lib under "lib" when installing
This is a temporary fix until this is properly fixed.
This commit is contained in:
@@ -41,11 +41,12 @@ option(CPPKAFKA_RDKAFKA_STATIC_LIB "Link with Rdkafka static library." OFF)
|
||||
math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")
|
||||
|
||||
# Properly set the output directory
|
||||
if (${BITS} EQUAL 64)
|
||||
set(LIBDIR "lib64")
|
||||
else()
|
||||
set(LIBDIR "lib")
|
||||
endif()
|
||||
#if (${BITS} EQUAL 64)
|
||||
# set(LIBDIR "lib64")
|
||||
#else()
|
||||
# set(LIBDIR "lib")
|
||||
#endif()
|
||||
set(LIBDIR "lib")
|
||||
|
||||
# Disable output from find_package macro
|
||||
if (NOT CPPKAFKA_CMAKE_VERBOSE)
|
||||
|
||||
Reference in New Issue
Block a user