1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

fix(linkage) link libm to libmarias3

This commit is contained in:
Leonid Fedorov
2023-12-18 07:50:05 +00:00
committed by Leonid Fedorov
parent 97abd9866b
commit a8f7777951

View File

@ -12,7 +12,7 @@ SET(S3_SOURCES ${S3API_DIR}/src/debug.c
ADD_LIBRARY(marias3 SHARED ${S3_SOURCES})
TARGET_LINK_LIBRARIES(marias3 curl)
TARGET_LINK_LIBRARIES(marias3 curl m)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${S3API_DIR})
add_definitions(-D_GNU_SOURCE)