mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
f72a337074
No need to check compiler flags, clang >= 15 supports all of them.
6 lines
204 B
CMake
6 lines
204 B
CMake
include (CheckCXXCompilerFlag)
|
|
include (CheckCCompilerFlag)
|
|
|
|
# Set/unset variable based on existence of compiler flags. Example:
|
|
# check_cxx_compiler_flag("-Wreserved-identifier" HAS_RESERVED_IDENTIFIER)
|