Author: akhaldi
Date: Sat Feb 21 14:40:14 2015
New Revision: 66389
URL:
http://svn.reactos.org/svn/reactos?rev=66389&view=rev
Log:
[CMAKE] Move ccache related handling to the gcc set.
Modified:
trunk/reactos/CMakeLists.txt
trunk/reactos/cmake/gcc.cmake
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=66389&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Sat Feb 21 14:40:14 2015
@@ -101,11 +101,6 @@
#useful stuff!
include(CMakeParseArguments)
-
- if(ENABLE_CCACHE)
- set(CMAKE_C_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
- set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
- endif()
# Default to Debug for the build type
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING
Modified: trunk/reactos/cmake/gcc.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=66389&…
==============================================================================
--- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sat Feb 21 14:40:14 2015
@@ -2,6 +2,8 @@
# Show a note about ccache build
if(ENABLE_CCACHE)
message("-- Enabling ccache build - done")
+ set(CMAKE_C_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
+ set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
endif()
# PDB style debug info