mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
Remove ccache
Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
This commit is contained in:
parent
bcf55e88dd
commit
42af23fa03
@ -21,12 +21,6 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
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)
|
||||
|
||||
project(continuable VERSION 3.0.0 LANGUAGES C CXX)
|
||||
|
||||
if (CTI_CONTINUABLE_IS_FIND_INCLUDED)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user