mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
Fix VK_BOOTSTRAP_INSTALL description string
This commit is contained in:
parent
c7e50426ba
commit
bc510bc421
@ -16,7 +16,7 @@ if (CMAKE_VERSION VERSION_LESS "3.21")
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(VK_BOOTSTRAP_TEST "Test Vk-Bootstrap using Catch2 as well as build examples" ${PROJECT_IS_TOP_LEVEL})
|
option(VK_BOOTSTRAP_TEST "Test Vk-Bootstrap using Catch2 as well as build examples" ${PROJECT_IS_TOP_LEVEL})
|
||||||
option(VK_BOOTSTRAP_INSTALL "Enable warnings as errors during compilation" ${PROJECT_IS_TOP_LEVEL})
|
option(VK_BOOTSTRAP_INSTALL "Enable installing of vk-bootstrap" ${PROJECT_IS_TOP_LEVEL})
|
||||||
|
|
||||||
set(VK_BOOTSTRAP_VULKAN_HEADER_DIR "" CACHE FILEPATH "Specify the location of the Vulkan-Headers include directory.")
|
set(VK_BOOTSTRAP_VULKAN_HEADER_DIR "" CACHE FILEPATH "Specify the location of the Vulkan-Headers include directory.")
|
||||||
mark_as_advanced(VK_BOOTSTRAP_VULKAN_HEADER_DIR)
|
mark_as_advanced(VK_BOOTSTRAP_VULKAN_HEADER_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user