build: PROJECT_SOURCE_DIR explicitly set as the CCACHE_BASEDIR

This commit is contained in:
Mateusz Pusz
2021-06-08 18:00:53 +02:00
parent 6593413081
commit 991bb2b6eb

View File

@@ -33,7 +33,7 @@ ensure_entry_point()
# use ccache if available
include(ccache)
enable_ccache()
enable_ccache(BASE_DIR ${PROJECT_SOURCE_DIR})
# set restrictive compilation warnings
include(warnings)