Fix endif()

This commit is contained in:
Juan Ramos 2022-11-29 10:27:10 -07:00
parent fd7b20101f
commit 5b61b5599d

View File

@ -33,7 +33,7 @@ message(STATUS "VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT = ${VMA_DEBUG_
if(VMA_BUILD_SAMPLE) if(VMA_BUILD_SAMPLE)
set(VMA_BUILD_SAMPLE_SHADERS ON) set(VMA_BUILD_SAMPLE_SHADERS ON)
endif(VMA_BUILD_SAMPLE) endif()
option(BUILD_DOCUMENTATION "Create and install the HTML based API documentation (requires Doxygen)" OFF) option(BUILD_DOCUMENTATION "Create and install the HTML based API documentation (requires Doxygen)" OFF)