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")
17
17
if (MSVC14 OR MSVC12 )
18
18
# has the support we need
19
19
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 ." )
21
21
endif ()
22
22
else ()
23
23
include (CheckCXXCompilerFlag )
28
28
elseif (COMPILER_SUPPORTS_CXX11 )
29
29
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
30
30
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." )
32
32
endif ()
33
33
endif ()
34
34
You can’t perform that action at this time.
0 commit comments