mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 06:26:00 -07:00
cmake: Fix integration.install for multi config generators
This commit is contained in:
parent
b93aa80bbc
commit
7d92fe7b68
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ add_test(NAME integration.add_subdirectory
|
|||
|
||||
set(test_install_dir "${CMAKE_CURRENT_BINARY_DIR}/install")
|
||||
add_test(NAME integration.install
|
||||
COMMAND ${CMAKE_COMMAND} --install ${VULKAN_HEADERS_BINARY_DIR} --prefix ${test_install_dir}
|
||||
COMMAND ${CMAKE_COMMAND} --install ${VULKAN_HEADERS_BINARY_DIR} --prefix ${test_install_dir} --config $<CONFIG>
|
||||
)
|
||||
|
||||
# Test find_package suppport
|
||||
|
|
Loading…
Reference in a new issue