-
Benjamin Morgan authored
Color variables will be empty strings if color isn't available, so message() calls can use them directly and not worry about this.
Benjamin Morgan authoredColor variables will be empty strings if color isn't available, so message() calls can use them directly and not worry about this.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PrintBuildInfo.cmake 295 B
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
message(STATUS "-----")
message(STATUS "${BoldYellow}Building with type: ${CMAKE_BUILD_TYPE}${ColourReset}")
message(STATUS "${BoldYellow}Using C++ standard: ${CMAKE_CXX_STANDARD}${ColourReset}")
message(STATUS "-----")