diff options
| author | kat <kat@vector35.com> | 2025-01-21 08:26:03 -0500 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-01-27 13:45:54 -0500 |
| commit | af7715d0e86352ca78badc2272a4cb79cf5aef6a (patch) | |
| tree | c9514d182c9ac4c5d82a811031b448447fcb5b94 /view/sharedcache/CMakeLists.txt | |
| parent | 37f4ee46a40eee23cd039ae8329c9157a86aff65 (diff) | |
Port sharedcache view to MemoryRegions, removing the need for the fake Raw view workaround
Diffstat (limited to 'view/sharedcache/CMakeLists.txt')
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt index 407fb0d5..89cbd820 100644 --- a/view/sharedcache/CMakeLists.txt +++ b/view/sharedcache/CMakeLists.txt @@ -33,7 +33,7 @@ endif() set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode") set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo") set(VIEW_NAME "DSCView" CACHE STRING "Name of the view") -set(METADATA_VERSION 3 CACHE STRING "Version of the metadata") +set(METADATA_VERSION 4 CACHE STRING "Version of the metadata") add_subdirectory(core) add_subdirectory(api) |
