ClickHouse/cmake/find
Azat Khuzhin 35335f07db Fix INTERFACE_COMPILE_DEFINITIONS for IMPORTED targets
INTERFACE_COMPILE_DEFINITIONS does not work IMPORTED targets:

From 3.6:

    Specify compile definitions to use when compiling a given <target>.
    The named <target> must have been created by a command such as
    add_executable() or add_library() and must not be an Imported Target.

Since 3.11:

    Specify compile definitions to use when compiling a given <target>.
    The named <target> must have been created by a command such as
    add_executable() or add_library() and must not be an ALIAS target.

And this causes the -Wundef warning:
    src/Functions/FunctionsHashing.h:1326:5: warning: 'USE_XXHASH' is not defined, evaluates to 0 [-Wundef]
2020-10-11 09:06:01 +03:00
..
amqpcpp.cmake
avro.cmake
base64.cmake
brotli.cmake
capnp.cmake
cassandra.cmake
ccache.cmake
curl.cmake
cxx.cmake
cyrus-sasl.cmake
fastops.cmake
gperf.cmake
grpc.cmake Fix gRPC build scripts. 2020-10-02 01:45:01 +03:00
gtest.cmake
h3.cmake
hdfs3.cmake
icu.cmake
krb5.cmake
ldap.cmake
libgsasl.cmake
libxml2.cmake
llvm.cmake Fix cmake 2020-09-29 15:15:45 +03:00
ltdl.cmake
msgpack.cmake
mysqlclient.cmake
odbc.cmake Fix INTERFACE_COMPILE_DEFINITIONS for IMPORTED targets 2020-10-11 09:06:01 +03:00
orc.cmake
parquet.cmake
pdqsort.cmake
poco.cmake
protobuf.cmake Fix using external protobuf library for the build. 2020-10-01 06:28:54 +03:00
rapidjson.cmake
rdkafka.cmake Revert "Revert "Test and doc for PR12771 krb5 + cyrus-sasl + kerberized kafka"" 2020-09-29 11:56:37 +03:00
re2.cmake
s3.cmake
sentry.cmake
simdjson.cmake
snappy.cmake
sparsehash.cmake
ssl.cmake
stats.cmake
termcap.cmake
unwind.cmake
zlib.cmake
zstd.cmake