fix fast test build

This commit is contained in:
Nikita Mikhaylov 2021-07-06 14:21:13 +00:00
parent 3d97f91c1b
commit 926380e7a7
2 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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()