fixed submodule:qpl build issue

This commit is contained in:
jinjunzh 2022-04-26 14:51:31 -04:00
parent 68a7e4b9b5
commit 53f29f837d
2 changed files with 2 additions and 0 deletions

1
contrib/qpl vendored Submodule

@ -0,0 +1 @@
Subproject commit cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d

View File

@ -6,6 +6,7 @@ set (QPL_INCLUDE_DIRS
)
set (LOG_HW_INIT ON)
set (EFFICIENT_WAIT ON)
set (LIB_FUZZING_ENGINE ON)
set (QPL_SOURCE_DIR "${ClickHouse_SOURCE_DIR}/contrib/qpl")
set (QPL_BINARY_DIR "${ClickHouse_BINARY_DIR}/contrib/qpl")