diff options
Diffstat (limited to 'openmp/runtime/src/kmp_config.h.cmake')
-rw-r--r-- | openmp/runtime/src/kmp_config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_config.h.cmake b/openmp/runtime/src/kmp_config.h.cmake index 6b778ea97f4..c9ebbc0bd77 100644 --- a/openmp/runtime/src/kmp_config.h.cmake +++ b/openmp/runtime/src/kmp_config.h.cmake @@ -74,6 +74,8 @@ #if LIBOMP_TSAN_SUPPORT #define TSAN_SUPPORT #endif +#cmakedefine01 MSVC +#define KMP_MSVC_COMPAT MSVC // Configured cache line based on architecture #if KMP_ARCH_PPC64 |