summaryrefslogtreecommitdiff
path: root/view/sharedcache/CMakeLists.txt
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-11-13 15:26:37 -0500
committerkat <kat@vector35.com>2024-11-13 16:18:10 -0500
commit6bd0f078c302ff641c01767be01d9f20445521ab (patch)
tree551df6c34678f2766d7329430d422880fa1d686a /view/sharedcache/CMakeLists.txt
parentd553396c16a1f356f35f383d7838df8b4d8717b5 (diff)
[SharedCache] Fix a bndb deserialization error caused by last commit
Diffstat (limited to 'view/sharedcache/CMakeLists.txt')
-rw-r--r--view/sharedcache/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt
index 6c695b05..63ba602b 100644
--- a/view/sharedcache/CMakeLists.txt
+++ b/view/sharedcache/CMakeLists.txt
@@ -30,7 +30,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 1 CACHE STRING "Version of the metadata")
+set(METADATA_VERSION 2 CACHE STRING "Version of the metadata")
add_subdirectory(core)
add_subdirectory(api)