mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix fast test build
This commit is contained in:
parent
3d97f91c1b
commit
926380e7a7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -233,4 +233,5 @@
|
||||
url = https://github.com/azadkuh/sqlite-amalgamation
|
||||
[submodule "contrib/s2geometry"]
|
||||
path = contrib/s2geometry
|
||||
url = https://github.com/Andr0901/s2geometry
|
||||
url = https://github.com/ClickHouse-Extras/s2geometry.git
|
||||
branch = master
|
||||
|
4
contrib/CMakeLists.txt
vendored
4
contrib/CMakeLists.txt
vendored
@ -332,4 +332,6 @@ if (USE_SQLITE)
|
||||
add_subdirectory(sqlite-cmake)
|
||||
endif()
|
||||
|
||||
add_subdirectory(s2geometry-cmake)
|
||||
if (USE_S2_GEOMETRY)
|
||||
add_subdirectory(s2geometry-cmake)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user