cmConsoleBuf: Remove unused infrastructure

It has been replaced by `cm::StdIo::Console`.
This commit is contained in:
Brad King
2025-05-06 13:36:01 -04:00
parent 57b24e8fef
commit 40b0db5ffb
5 changed files with 0 additions and 48 deletions

View File

@@ -21,7 +21,6 @@ set(KWSYS_USE_Base64 1)
set(KWSYS_USE_MD5 1)
set(KWSYS_USE_Process 1)
set(KWSYS_USE_CommandLineArguments 1)
set(KWSYS_USE_ConsoleBuf 1)
set(KWSYS_HEADER_ROOT ${CMake_BINARY_DIR}/Source)
set(KWSYS_INSTALL_DOC_DIR "${CMAKE_DOC_DIR}")
if(CMake_NO_CXX_STANDARD)