diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/CheckAtomic.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/modules/CheckAtomic.cmake b/cmake/modules/CheckAtomic.cmake index 6c4da66..f40ff4d 100644 --- a/cmake/modules/CheckAtomic.cmake +++ b/cmake/modules/CheckAtomic.cmake @@ -2,11 +2,10 @@ INCLUDE(CheckCXXSourceCompiles) +CHECK_CXX_SOURCE_COMPILES(" #ifdef _MSC_VER #include <windows.h> #endif - -CHECK_CXX_SOURCE_COMPILES(" int main() { #ifdef _MSC_VER volatile LONG val = 1; |