diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73aa0184b..a28168fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -707,14 +707,14 @@ MESSAGE(STATUS " IPv6 support : ${CMAKE_STATUS_IPV6_SUPPORT}") MESSAGE(STATUS " Pseudo-Transparency Support : ${CMAKE_STATUS_TRANSPARENCY_SUPPORT}") MESSAGE(STATUS " Perl support : ${CMAKE_STATUS_PERL_SUPPORT}") MESSAGE(STATUS " IPC support : ${CMAKE_STATUS_IPC_SUPPORT}") -MESSAGE(STATUS " System memmove support : ${CMAKE_STATUS_SYSTEM_MEMMOVE_SUPPORT}") +#MESSAGE(STATUS " System memmove support : ${CMAKE_STATUS_SYSTEM_MEMMOVE_SUPPORT}") MESSAGE(STATUS " GSM support : ${CMAKE_STATUS_GSM_SUPPORT}") MESSAGE(STATUS " DCC voice support : ${CMAKE_STATUS_DCC_VOICE_SUPPORT}") MESSAGE(STATUS " Dynamic labels support : ${CMAKE_STATUS_DYN_LABELS_SUPPORT}") MESSAGE(STATUS " Build Universal Binary : ${CMAKE_STATUS_BUILD_UNIVERSAL_BINARY}") -MESSAGE(STATUS " ix86 asm support : ${CMAKE_STATUS_ix86_ASM_SUPPORT}") +#MESSAGE(STATUS " ix86 asm support : ${CMAKE_STATUS_ix86_ASM_SUPPORT}") MESSAGE(STATUS " Memory profile support : ${CMAKE_STATUS_MEMORY_PROFILE_SUPPORT}") MESSAGE(STATUS " Memory checks support : ${CMAKE_STATUS_MEMORY_CHECKS_SUPPORT}") MESSAGE(STATUS " Doxygen support : ${CMAKE_STATUS_DOXYGEN_SUPPORT}") |
