Author: akhaldi
Date: Wed Feb 12 18:36:46 2014
New Revision: 62135

URL: http://svn.reactos.org/svn/reactos?rev=62135&view=rev
Log:
[CMAKE/GCC]
* Improve the ccache check.

Modified:
    trunk/reactos/cmake/gcc.cmake

Modified: trunk/reactos/cmake/gcc.cmake
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=62135&r1=62134&r2=62135&view=diff
==============================================================================
--- trunk/reactos/cmake/gcc.cmake       [iso-8859-1] (original)
+++ trunk/reactos/cmake/gcc.cmake       [iso-8859-1] Wed Feb 12 18:36:46 2014
@@ -1,6 +1,6 @@
 
 # Show a note about ccache build
-if(CCACHE STREQUAL "ccache")
+if(ENABLE_CCACHE)
     message("-- Enabling ccache build - done")
 endif()
 


Reply via email to