mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
build: PROJECT_SOURCE_DIR
explicitly set as the CCACHE_BASEDIR
This commit is contained in:
@@ -33,7 +33,7 @@ ensure_entry_point()
|
|||||||
|
|
||||||
# use ccache if available
|
# use ccache if available
|
||||||
include(ccache)
|
include(ccache)
|
||||||
enable_ccache()
|
enable_ccache(BASE_DIR ${PROJECT_SOURCE_DIR})
|
||||||
|
|
||||||
# set restrictive compilation warnings
|
# set restrictive compilation warnings
|
||||||
include(warnings)
|
include(warnings)
|
||||||
|
Reference in New Issue
Block a user