mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[CMAKE/GCC]
* Improve the ccache check. svn path=/trunk/; revision=62135
This commit is contained in:
parent
83ab5a5824
commit
d1360273fb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Show a note about ccache build
|
||||
if(CCACHE STREQUAL "ccache")
|
||||
if(ENABLE_CCACHE)
|
||||
message("-- Enabling ccache build - done")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue