From 104f64cb1cb39d70ec70830fdd261fc4d014ca6b Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 19 May 2016 23:17:23 +0200 Subject: [PATCH] convert ccache module to yml --- modules/ccache.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ccache.cmake b/modules/ccache.cmake index ced3027..1bcaf1e 100644 --- a/modules/ccache.cmake +++ b/modules/ccache.cmake @@ -10,10 +10,10 @@ # # CCACHE_FOUND # -# autocmake.cfg configuration:: +# autocmake.yml configuration:: # -# docopt: --ccache= Toggle use of ccache [default: ON]. -# define: '-DUSE_CCACHE="{0}"'.format(arguments['--ccache']) +# docopt: "--ccache= Toggle use of ccache [default: ON]." +# define: "'-DUSE_CCACHE=\"{0}\"'.format(arguments['--ccache'])" if(USE_CCACHE) find_program(CCACHE_FOUND ccache)