Lines Matching refs:MSVC
346 if(MSVC)
352 # Treat source files as being in UTF-8 with MSVC if it's not using
355 # MSVC if it's using the Clang front end.
360 else(MSVC)
421 endif(MSVC)
613 if(MSVC)
616 endif(MSVC)
620 if(MSVC)
1271 if(NOT MSVC)
1737 if(MSVC)
2715 if(MSVC AND NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
2717 # MSVC, with Microsoft's front end and code generator.
2718 # "MSVC" is also set for Microsoft's compiler with a Clang
2726 # Unfortunately, MSVC does not appear to have an equivalent
2786 # Other compilers, including MSVC with a Clang front end and
2817 # Suppress some warnings we get with MSVC even without /Wall.
2819 if(MSVC AND NOT ${CMAKE_C_COMPILER} MATCHES "clang*")
2840 # Not necessary with MSVC, as that's the default.
2848 if(NOT MSVC)
2862 endif(NOT MSVC)
3204 if(MSVC)
3419 if(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
3421 # Install 64-bit code built with MSVC in the x64 subdirectories,
3436 else(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
3438 # Install 32-bit code, and 64-bit code not built with MSVC
3446 if(MSVC)
3453 endif(MSVC)
3454 endif(MSVC AND CMAKE_SIZEOF_VOID_P EQUAL 8)
3464 # On UN*X, and on Windows when not using MSVC, generate libpcap.pc and
3466 if(NOT MSVC)
3603 endif(NOT MSVC)