Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/02_Development_environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ you can add the search path for the *-config.cmake to the `HINTS` portion of
the find_package config calls: i.e.
[,cmake]
----
find_package(Slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake").
find_package(Slang CONFIG HINTS "$ENV{VULKAN_SDK}/lib/cmake")
----

In the future, FindVulkan.cmake might migrate to the *-config.cmake standard,
Expand Down