Fix VK_BOOTSTRAP_INSTALL description string

This commit is contained in:
Charles Giessen 2024-02-11 12:46:39 -06:00 committed by Charles Giessen
parent c7e50426ba
commit bc510bc421

View File

@ -16,7 +16,7 @@ if (CMAKE_VERSION VERSION_LESS "3.21")
endif()
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.")
mark_as_advanced(VK_BOOTSTRAP_VULKAN_HEADER_DIR)