~aleteoryx/muditaos

ref: 8c5ad8a42063fa6e542282792c3cd913e135bffa muditaos/cmake/modules/CCacheConfig.cmake -rw-r--r-- 190 bytes
8c5ad8a4 — Lefucjusz [BH-2096] Return error code when switching to empty quotes DB 8 months ago
                                                                                
1
2
3
4
5
find_program(CCACHE_FOUND ccache)
if(CCACHE_FOUND)
    set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
    set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
endif(CCACHE_FOUND)