blob: 912cbd07ba2563a2e44908e378dbac4981a3799a [file] [log] [blame]
Jonas Hahnfeld5af381a2017-11-29 19:31:48 +00001include(CheckCCompilerFlag)
2include(CheckCXXCompilerFlag)
3
4check_c_compiler_flag(-Werror OPENMP_HAVE_WERROR_FLAG)
5
6check_cxx_compiler_flag(-std=c++11 OPENMP_HAVE_STD_CPP11_FLAG)