1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

cmSystemTools: Drop unused MakefileColorEcho function

This commit is contained in:
Brad King
2025-05-14 11:59:35 -04:00
parent 509c424472
commit d7dbfa22a1
3 changed files with 3 additions and 39 deletions

View File

@@ -578,14 +578,14 @@ if ${cmake_system_mingw}; then
ProcessWin32 \
String \
System \
Terminal"
"
else
KWSYS_C_SOURCES="\
EncodingC \
ProcessUNIX \
String \
System \
Terminal"
"
fi
KWSYS_CXX_SOURCES="\
@@ -609,7 +609,7 @@ KWSYS_FILES="\
String.h \
System.h \
SystemTools.hxx \
Terminal.h"
"
LIBRHASH_C_SOURCES="\
librhash/algorithms.c \