This commit is contained in:
Radovan Bast
2016-05-19 23:39:13 +02:00
parent 4eb5dee936
commit 0c6976a70d
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
# autocmake.yml configuration::
#
# docopt: "--ccache=<USE_CCACHE> Toggle use of ccache <ON/OFF> [default: ON]."
# define: "'-DUSE_CCACHE=\"{0}\"'.format(arguments['--ccache'])"
# define: "'-DUSE_CCACHE={0}'.format(arguments['--ccache'])"
if(USE_CCACHE)
find_program(CCACHE_FOUND ccache)