Lines Matching refs:MSVC
24 if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC")
48 elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
52 message(WARNING "Host Visual Studio should at least be 2013 Update 4 (MSVC 18.0.31101)"
59 # MSVC doesn't like _DEBUG on release builds. See PR 4379.
60 if( NOT MSVC )
67 # Also remove /D NDEBUG to avoid MSVC warnings about conflicting defines.
245 if( MSVC )
250 # CMake previously automatically set this value for MSVC builds, but the
251 # behavior was changed in CMake 2.8.11 (Issue 12437) to use the MSVC default
261 # Add definitions that make MSVC much less annoying.
326 # No MSVC equivalent available
424 endif( MSVC )
517 if(MSVC)