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 c733e0b commit 18d0b0cCopy full SHA for 18d0b0c
CMakeLists.txt
@@ -41,11 +41,12 @@ option(CPPKAFKA_RDKAFKA_STATIC_LIB "Link with Rdkafka static library." OFF)
41
math(EXPR BITS "8*${CMAKE_SIZEOF_VOID_P}")
42
43
# Properly set the output directory
44
-if (${BITS} EQUAL 64)
45
- set(LIBDIR "lib64")
46
-else()
47
- set(LIBDIR "lib")
48
-endif()
+#if (${BITS} EQUAL 64)
+# set(LIBDIR "lib64")
+#else()
+# set(LIBDIR "lib")
+#endif()
49
+set(LIBDIR "lib")
50
51
# Disable output from find_package macro
52
if (NOT CPPKAFKA_CMAKE_VERBOSE)
0 commit comments