build: enable_ccache() refactored

This commit is contained in:
Mateusz Pusz
2021-05-09 13:49:16 +02:00
parent a739c10427
commit cb5371dec9
2 changed files with 101 additions and 71 deletions

View File

@@ -33,7 +33,7 @@ ensure_entry_point()
# use ccache if available
include(ccache)
enable_ccache_if_possible()
enable_ccache()
# set restrictive compilation warnings
include(warnings)