git://developer.intra2net.com
/
libftdi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5c3856d
)
CMakeLists.txt: remove CMAKE_COLOR_MAKEFILE assignment
master
author
Yegor Yefremov
<yegorslists@googlemail.com>
Wed, 2 Apr 2025 08:12:37 +0000 (10:12 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Fri, 4 Apr 2025 16:01:29 +0000 (18:01 +0200)
This variable is ON by default.
CMakeLists.txt
patch
|
blob
|
blame
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
3d1b774
..
5494357
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-22,7
+22,6
@@
endif()
if("${CMAKE_BUILD_TYPE}" STREQUAL "")
set(CMAKE_BUILD_TYPE RelWithDebInfo)
endif("${CMAKE_BUILD_TYPE}" STREQUAL "")
-set(CMAKE_COLOR_MAKEFILE ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)