mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 10:47:47 +01:00
cmakelist change
This commit is contained in:
parent
7d59b871ed
commit
4057add3c2
@ -103,7 +103,7 @@ if(APPLE)
|
||||
add_link_options(-stdlib=libc++)
|
||||
endif()
|
||||
|
||||
if(${FORCE_COLORED_OUTPUT})
|
||||
if(FORCE_COLORED_OUTPUT)
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||
add_compile_options(-fdiagnostics-color=always)
|
||||
elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
|
Loading…
x
Reference in New Issue
Block a user