1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

1
.gitignore vendored
View File

@ -25,7 +25,6 @@ VERSION.dep
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
config.h
config.status
stamp-h1
export/

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")