Lines Matching refs:STATUS
7 MESSAGE( STATUS "CMAKE_CXX_COMPILER_ID: " ${CMAKE_CXX_COMPILER_ID} )
10 MESSAGE( STATUS "clang compiler version: " ${CMAKE_CXX_COMPILER_VERSION} )
11 MESSAGE( STATUS "using clang settings" )
19 MESSAGE( STATUS "no exceptions" )
23 MESSAGE( STATUS "gnu compiler version: " ${CMAKE_CXX_COMPILER_VERSION} )
24 MESSAGE( STATUS "using gnu settings" )
29 MESSAGE( STATUS "no exceptions" )
33 MESSAGE( STATUS "msvc compiler version: " ${CMAKE_CXX_COMPILER_VERSION} )
34 MESSAGE( STATUS "using msvc settings" )
43 MESSAGE( STATUS "no exceptions" )
47 MESSAGE( STATUS "with coroutines" )