Sign in
cobalt
/
cobalt
/
dc98e529721071ac658df8d497cd103ceb8762c1
/
.
/
src
/
third_party
/
llvm-project
/
openmp
/
cmake
/
config-ix.cmake
blob: 912cbd07ba2563a2e44908e378dbac4981a3799a [
file
] [
log
] [
blame
]
include
(
CheckCCompilerFlag
)
include
(
CheckCXXCompilerFlag
)
check_c_compiler_flag
(-
Werror
OPENMP_HAVE_WERROR_FLAG
)
check_cxx_compiler_flag
(-
std
=
c
++
11
OPENMP_HAVE_STD_CPP11_FLAG
)