docs: Fix cube wsi selection variable
authorTony-LunarG <tony@lunarg.com>
Fri, 25 Jun 2021 19:54:20 +0000 (13:54 -0600)
committerTony Barbour <tony@lunarg.com>
Tue, 6 Jul 2021 17:24:08 +0000 (11:24 -0600)
Change-Id: I0b4d5502d98b5602013c6d56cf9cd4ee4d55db9e

BUILD.md

index 6461bc3..363951c 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -459,13 +459,13 @@ Note vulkaninfo currently only supports Xcb and Xlib WSI display servers. See
 the CMakeLists.txt file in `Vulkan-Tools/vulkaninfo` for more info.
 
 You can select which WSI subsystem is used to execute the vkcube applications
-using a CMake option called DEMOS_WSI_SELECTION. Supported options are XCB
+using a CMake option called CUBE_WSI_SELECTION. Supported options are XCB
 (default), XLIB, and WAYLAND. Note that you must build using the corresponding
 BUILD_WSI_*_SUPPORT enabled at the base repository level. For instance,
 creating a build that will use Xlib when running the vkcube demos, your CMake
 command line might look like:
 
-    cmake -DCMAKE_BUILD_TYPE=Debug -DDEMOS_WSI_SELECTION=XLIB ..
+    cmake -DCMAKE_BUILD_TYPE=Debug -DCUBE_WSI_SELECTION=XLIB ..
 
 #### Linux Install to System Directories