package/rabbitmq-c: drop cmake workaround
Drop workaround for cmake < 3.10 (not needed since commit
d4773b610a
)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
77c849c3fc
commit
0b8b09503f
@ -13,11 +13,6 @@ RABBITMQ_C_CONF_OPTS = \
|
||||
-DBUILD_API_DOCS=OFF \
|
||||
-DBUILD_TOOLS_DOCS=OFF
|
||||
|
||||
# Before CMake 3.10, passing THREADS_PTHREAD_ARG=OFF was needed to
|
||||
# disable a try_run() call in the FindThreads tests, which caused a
|
||||
# build failure when cross-compiling.
|
||||
RABBITMQ_C_CONF_OPTS += -DTHREADS_PTHREAD_ARG=OFF
|
||||
|
||||
# BUILD_SHARED_LIBS is handled in pkg-cmake.mk as it is a generic cmake variable
|
||||
ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
||||
RABBITMQ_C_CONF_OPTS += -DBUILD_STATIC_LIBS=ON
|
||||
|
Loading…
Reference in New Issue
Block a user