Skip to content

Commit 140c8c7

Browse files
M2-TEcharles-lunarg
authored andcommitted
reposition FILE_SET key
1 parent 47d1f10 commit 140c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if (VULKAN_HEADERS_ENABLE_INSTALL)
117117
set_target_properties(Vulkan-Headers PROPERTIES EXPORT_NAME "Headers")
118118
if (VULKAN_HEADERS_ENABLE_MODULE)
119119
set_target_properties(Vulkan-HppModule PROPERTIES EXPORT_NAME "HppModule")
120-
install(TARGETS Vulkan-Headers Vulkan-HppModule EXPORT VulkanHeadersConfig FILE_SET module INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
120+
install(TARGETS Vulkan-Headers Vulkan-HppModule FILE_SET module EXPORT VulkanHeadersConfig INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
121121
else()
122122
install(TARGETS Vulkan-Headers EXPORT VulkanHeadersConfig INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
123123
endif()

0 commit comments

Comments
 (0)