From af7715d0e86352ca78badc2272a4cb79cf5aef6a Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 21 Jan 2025 08:26:03 -0500 Subject: Port sharedcache view to MemoryRegions, removing the need for the fake Raw view workaround --- view/sharedcache/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/CMakeLists.txt') 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) -- cgit v1.3.1