Skip to content

Commit dd5b5cb

Browse files
Revert "Merge pull request #425 from abouvier/cmake-version"
This reverts commit d708e0e, reversing changes made to feb11e1.
1 parent d708e0e commit dd5b5cb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ endif()
1414

1515
if (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)

0 commit comments

Comments
 (0)