docs: Fix typos in BUILD.md [skip ci]
authorKarl Schultz <karl@lunarg.com>
Fri, 15 Jun 2018 20:17:00 +0000 (14:17 -0600)
committerKarl Schultz <karl@lunarg.com>
Fri, 15 Jun 2018 20:17:00 +0000 (14:17 -0600)
BUILD.md

index 4b6eed8..fefe625 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -84,8 +84,8 @@ For example, assuming an SDK is installed, for VS2017 (generators for other vers
 
 If a specific version of the Headers or Loader is requred, specify the install dirs of these repositories, like so:
 
-    cmake -DVULKAN_HEADERS_INSTALL_PATH=c:/absolute_path_to/Vulkan-Headers install dir
-          -DVULKAN_LOADER_INSTALL_PATH=c:/absolute_path_to/Vulkan-Loader install dir
+    cmake -DVULKAN_HEADERS_INSTALL_DIR=c:/absolute_path_to/Vulkan-Headers install dir
+          -DVULKAN_LOADER_INSTALL_DIR=c:/absolute_path_to/Vulkan-Loader install dir
           -G "Visual Studio 15 2017 Win64" ..
 
 This will create a Windows solution file named `Vulkan-Tools.sln` in the build directory.