From eef43489534476c98e7ea703e7c5c2e874e7100c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 5 Dec 2022 17:33:56 -0700 Subject: [PATCH] CMake: remove --color on for compiler_rt too Missing change from bcd4ea9b28a7560a1c1ef28c6c7258c6126c80e5 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f1a9ce43c..0f0151894c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -787,7 +787,6 @@ set(BUILD_COMPILER_RT_ARGS --name compiler_rt -femit-bin="${ZIG_COMPILER_RT_C_SOURCE}" --pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end -target "${HOST_TARGET_TRIPLE}" - --color on ) add_custom_command(