File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if(${CMAKE_CXX_COMPILER_ID} MATCHES "MSVC")
1717 if (MSVC14 OR MSVC12)
1818 # has the support we need
1919 else ()
20- message (WARNING "The MSVC compiler version does not support required C++11 features. Please use a different C++ compiler ." )
20+ message (STATUS "The MSVC compiler version does not support UnitTest++ C++11 features ." )
2121 endif ()
2222else ()
2323 include (CheckCXXCompilerFlag)
2828 elseif (COMPILER_SUPPORTS_CXX11)
2929 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
3030 else ()
31- message (WARNING "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Please use a different C++ compiler ." )
31+ message (STATUS "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support." )
3232 endif ()
3333endif ()
3434
You can’t perform that action at this time.
0 commit comments