Jonas Hahnfeld | 5af381a | 2017-11-29 19:31:48 +0000 | [diff] [blame] | 1 | include(CheckCCompilerFlag) |
2 | include(CheckCXXCompilerFlag) | ||||
3 | |||||
4 | check_c_compiler_flag(-Werror OPENMP_HAVE_WERROR_FLAG) | ||||
5 | |||||
6 | check_cxx_compiler_flag(-std=c++11 OPENMP_HAVE_STD_CPP11_FLAG) |