Cmake specify color output as always
This commit is contained in:
parent
29f0efbba5
commit
1cc01a840d
@ -15,7 +15,10 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
|||||||
include
|
include
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_options(${PROJECT_NAME} PRIVATE -Werror)
|
target_compile_options(${PROJECT_NAME} PRIVATE
|
||||||
|
-Werror
|
||||||
|
-fdiagnostics-color=always
|
||||||
|
)
|
||||||
|
|
||||||
#########
|
#########
|
||||||
# Tests #
|
# Tests #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user