You've already forked mariadb-columnstore-engine
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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,7 +25,6 @@ VERSION.dep
|
|||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
config.h
|
|
||||||
config.status
|
config.status
|
||||||
stamp-h1
|
stamp-h1
|
||||||
export/
|
export/
|
||||||
|
@ -12,7 +12,7 @@ SET(S3_SOURCES ${S3API_DIR}/src/debug.c
|
|||||||
ADD_LIBRARY(marias3 SHARED ${S3_SOURCES})
|
ADD_LIBRARY(marias3 SHARED ${S3_SOURCES})
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(marias3 curl)
|
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")
|
set(S3API_DEPS marias3 curl CACHE INTERNAL "S3API_DEPS")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user