2021-05-12 04:14:00 +00:00
|
|
|
include (CheckCXXCompilerFlag)
|
|
|
|
include (CheckCCompilerFlag)
|
|
|
|
|
2023-03-17 13:27:48 +00:00
|
|
|
# Set/unset variable based on existence of compiler flags. Example:
|
|
|
|
# check_cxx_compiler_flag("-Wreserved-identifier" HAS_RESERVED_IDENTIFIER)
|