Skip to content

Commit 1db291b

Browse files
committed
cmake: remove unused -DAMQP_BUILD definition
Signed-off-by: GitHub <noreply@github.com>
1 parent 6ae188c commit 1db291b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

librabbitmq/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ set(RABBITMQ_SOURCES
103103
${AMQP_SSL_SRCS}
104104
)
105105

106-
add_definitions(-DAMQP_BUILD)
107-
108106
set(RMQ_LIBRARIES ${AMQP_SSL_LIBS} ${SOCKET_LIBRARIES} ${LIBRT} ${CMAKE_THREAD_LIBS_INIT})
109107

110108
if (BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)