summaryrefslogtreecommitdiff
path: root/view/sharedcache/CMakeLists.txt
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-11-06 19:40:46 -0500
committerJordan Wiens <jordan@psifertex.com>2024-11-06 19:40:46 -0500
commit0e4f3815539d835df7f40f6f1620cd606f87c793 (patch)
tree597e4071914fb42721ec9e83b9aa228bd440d5df /view/sharedcache/CMakeLists.txt
parente8cdd50599f33495e23db7649a6dbccd65c08154 (diff)
normalize Shared Cache name
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 79ec65b0..6c695b05 100644
--- a/view/sharedcache/CMakeLists.txt
+++ b/view/sharedcache/CMakeLists.txt
@@ -29,7 +29,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 "DSCViewAlpha" CACHE STRING "Name of the view")
+set(VIEW_NAME "DSCView" CACHE STRING "Name of the view")
set(METADATA_VERSION 1 CACHE STRING "Version of the metadata")
add_subdirectory(core)