~aleteoryx/muditaos

ref: 5fd9a4257fd5e0ebbc68c179c167d54be288af4f muditaos/cmake/modules/CCacheConfig.cmake -rw-r--r-- 190 bytes
5fd9a425 — rrandomsky [MOS-1056] Hide the SOS label when the modem is not ready during onboarding 2 years 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)