mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
build: Fix the list append
This commit is contained in:
parent
1b4223c522
commit
304b95270d
|
@ -85,7 +85,7 @@ if(CMAKE_GENERATOR STREQUAL "Ninja" AND
|
||||||
(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5)))
|
(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.5)))
|
||||||
# Force colored warnings in Ninja's output, if the compiler has -fdiagnostics-color support.
|
# Force colored warnings in Ninja's output, if the compiler has -fdiagnostics-color support.
|
||||||
# Rationale in https://github.com/ninja-build/ninja/issues/814
|
# Rationale in https://github.com/ninja-build/ninja/issues/814
|
||||||
list(APPEND CMAKE_CXX_FLAGS "-fdiagnostics-color=always")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fdiagnostics-color=always")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT DEFINED PROJECT_VERSION_TWEAK)
|
if(NOT DEFINED PROJECT_VERSION_TWEAK)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user