convert ccache module to yml
This commit is contained in:
parent
83c0c3fabd
commit
104f64cb1c
@ -10,10 +10,10 @@
|
|||||||
#
|
#
|
||||||
# CCACHE_FOUND
|
# CCACHE_FOUND
|
||||||
#
|
#
|
||||||
# autocmake.cfg configuration::
|
# autocmake.yml configuration::
|
||||||
#
|
#
|
||||||
# docopt: --ccache=<USE_CCACHE> Toggle use of ccache <ON/OFF> [default: ON].
|
# 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)
|
if(USE_CCACHE)
|
||||||
find_program(CCACHE_FOUND ccache)
|
find_program(CCACHE_FOUND ccache)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user