From 4d6c8a838335cd98154e5bdcae86a09694ce86b4 Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Fri, 22 Jun 2018 07:05:57 -0600 Subject: docs:Fix Linux cmake instructions Missing ".." --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index b0fce586..70b8e073 100644 --- 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. -- cgit v1.2.3