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

fix out-of-source builds

This commit is contained in:
benthompson15
2020-06-02 11:14:24 -05:00
parent 77b33f1c0f
commit dd6694e039
2 changed files with 1 additions and 2 deletions

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)
INCLUDE_DIRECTORIES(${S3API_DIR})
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${S3API_DIR})
set(S3API_DEPS marias3 curl CACHE INTERNAL "S3API_DEPS")