Skip to content

Commit

Permalink
Fix incorrect wrapping in BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow authored Aug 6, 2024
1 parent a545f00 commit a46e85f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ For the load test applications you must also set these environment variables:
- `VCPKG_ROOT` to the location where you installed [vcpkg](#vcpkg).
- `VULKAN_SDK` to the `macOS` folder in your VulkanSDK installation. This can be set with the command `. /path/to/your/vulkansdk/setenv.sh`.
> **Note:** If using the CMake GUI or Xcode IDE you must ensure `VULKAN_SDK` is > made available to them.
> **Note:** If using the CMake GUI or Xcode IDE you must ensure `VULKAN_SDK` is
> made available to them.
> **Note:** `VULKAN_SDK` is essential when bulding for iOS. When building for
> macOS it is not necessary if you selected _System Global Installation_ when
Expand Down

0 comments on commit a46e85f

Please sign in to comment.