docs:Fix Linux cmake instructions
authorTobin Ehlis <tobine@google.com>
Fri, 22 Jun 2018 13:05:57 +0000 (07:05 -0600)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 13:05:57 +0000 (07:05 -0600)
Missing ".."

BUILD.md

index b0fce58..70b8e07 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -312,7 +312,7 @@ CMake with the `--build` option or `make` to build from the command line.
     cd Vulkan-Tools
     mkdir build
     cd build
-    cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir
+    cmake -DVULKAN_HEADERS_INSTALL_DIR=absolute_path_to_install_dir ..
     make
 
 See below for the details.