mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
build-all: use colors in logs for readibility
This commit is contained in:
@@ -926,6 +926,12 @@ os.environ["CPPFLAGS"] = CXXFLAGS
|
||||
os.environ["CFLAGS"] = CFLAGS
|
||||
os.environ["LDFLAGS"] = LDFLAGS
|
||||
|
||||
# Use colors in logs to make them more readable locally.
|
||||
# Output from compiler used by cmake.
|
||||
os.environ["CMAKE_COLOR_DIAGNOSTICS"] = "ON"
|
||||
# Output from cmake itself.
|
||||
os.environ["CLICOLOR_FORCE"] = "1"
|
||||
|
||||
# Some dependencies need a more recent CMake version than most distros provide
|
||||
# @tfk: this is no longer needed
|
||||
# build_dependency(name="cmake-%s" % (CMAKE_VERSION,), mode="autoconf", build_tool_args=[], download_url="https://cmake.org/files/v%s" % (CMAKE_VERSION_2,), download_name="cmake-%s.tar.gz" % (CMAKE_VERSION,))
|
||||
|
||||
Reference in New Issue
Block a user