mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 04:20:01 -05:00
Tests/FindVulkan: Allow easy way to switch between VulkanSDK installations
Running with `--fresh` resets the cache each time. Which is valuable for switching between SDK installations.
This commit is contained in:
@@ -5,6 +5,7 @@ add_test(NAME FindVulkan.Test COMMAND
|
||||
"${CMake_BINARY_DIR}/Tests/FindVulkan/Test"
|
||||
${build_generator_args}
|
||||
--build-project TestFindVulkan
|
||||
--build-options ${build_options}
|
||||
# Use --fresh to make testing multiple SDK versions on the same computer easier
|
||||
--build-options ${build_options} --fresh
|
||||
--test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user