ClickHouse/cmake/check_flags.cmake
Robert Schulze f72a337074
Remove cruft from build
No need to check compiler flags, clang >= 15 supports all of them.
2023-03-17 13:44:04 +00:00

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)