mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
Meta: Promote SERENITY_CACHE_DIR to a real option
We've had it as a secret option for long enough, let's make it more visible.
This commit is contained in:
parent
7a5cd7e5f4
commit
1d78e07f6b
5 changed files with 4 additions and 6 deletions
|
@ -24,3 +24,5 @@ serenity_option(HACKSTUDIO_BUILD OFF CACHE BOOL "Automatically enabled when buil
|
|||
|
||||
serenity_option(ENABLE_JAKT OFF CACHE BOOL "Enable building jakt files")
|
||||
serenity_option(JAKT_SOURCE_DIR "" CACHE STRING "Pre-existing jakt language source directory")
|
||||
|
||||
serenity_option(SERENITY_CACHE_DIR "${PROJECT_BINARY_DIR}/../caches" CACHE PATH "Location of shared cache of downloaded files")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue