From 7c36fb68c6daa92b2a222bf87069357eb67cdbe8 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Mon, 20 Jun 2011 21:59:40 +0200 Subject: [PATCH] Use ccache for windows builds --- admin/win/Toolchain-mingw32-openSUSE.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/win/Toolchain-mingw32-openSUSE.cmake b/admin/win/Toolchain-mingw32-openSUSE.cmake index 80a22964d..afcddedd7 100644 --- a/admin/win/Toolchain-mingw32-openSUSE.cmake +++ b/admin/win/Toolchain-mingw32-openSUSE.cmake @@ -2,8 +2,8 @@ SET(CMAKE_SYSTEM_NAME Windows) # specify the cross compiler -SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc) -SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) +SET(CMAKE_C_COMPILER ccache i686-w64-mingw32-gcc) +SET(CMAKE_CXX_COMPILER ccache i686-w64-mingw32-g++) # where is the target environment containing libraries SET(CMAKE_FIND_ROOT_PATH /usr/i686-w64-mingw32/sys-root/mingw)