[CMAKE/GCC]

* Improve the ccache check.

svn path=/trunk/; revision=62135
This commit is contained in:
Amine Khaldi 2014-02-12 18:36:46 +00:00
parent 83ab5a5824
commit d1360273fb

View file

@ -1,6 +1,6 @@
# Show a note about ccache build # Show a note about ccache build
if(CCACHE STREQUAL "ccache") if(ENABLE_CCACHE)
message("-- Enabling ccache build - done") message("-- Enabling ccache build - done")
endif() endif()