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

don't abort the build if no libcurl

This commit is contained in:
Sergei Golubchik
2020-06-02 14:39:04 +02:00
parent 53aa9c643b
commit 5a275e6483
2 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,6 @@ SET(S3_SOURCES ${S3API_DIR}/src/debug.c
ADD_LIBRARY(marias3 SHARED ${S3_SOURCES})
FIND_PACKAGE(CURL REQUIRED)
TARGET_LINK_LIBRARIES(marias3 curl)
INCLUDE_DIRECTORIES(${S3API_DIR})