File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,11 @@ endif()
1414
1515if (PROJECT_IS_TOP_LEVEL)
1616 include (GNUInstallDirs )
17- include (CMakePackageConfigHelpers )
1817
1918 install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR} /include/" DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
2019 install (TARGETS VulkanMemoryAllocator EXPORT VulkanMemoryAllocatorConfig INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
2120 install (EXPORT VulkanMemoryAllocatorConfig NAMESPACE "GPUOpen::" DESTINATION "share/cmake/VulkanMemoryAllocator" )
2221
23- write_basic_package_version_file (VulkanMemoryAllocatorConfigVersion.cmake COMPATIBILITY SameMajorVersion ARCH_INDEPENDENT )
24- install (FILES "${CMAKE_CURRENT_BINARY_DIR} /VulkanMemoryAllocatorConfigVersion.cmake" DESTINATION "share/cmake/VulkanMemoryAllocator" )
25-
2622 option (VMA_BUILD_DOCUMENTATION "Create and install the HTML based API documentation" )
2723 if (VMA_BUILD_DOCUMENTATION)
2824 find_package (Doxygen REQUIRED )
You can’t perform that action at this time.
0 commit comments