You've already forked mariadb-columnstore-engine
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:
@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user