mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 19:14:30 +00:00
dadb32d042
* Fix compile with boost 1.65.1+ and clang 3.8 ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222439 ) * Fix compile CallPointInPolygon on clang4 (Thanks to @vavrusa) * Fix freebsd build * Fix build with installed system cityhash
10 lines
196 B
CMake
10 lines
196 B
CMake
add_library(cityhash
|
|
src/city.cc
|
|
|
|
include/citycrc.h
|
|
include/city.h
|
|
src/config.h)
|
|
|
|
target_include_directories (cityhash BEFORE PUBLIC include)
|
|
target_include_directories (cityhash PRIVATE src)
|