Closed Barteks2x closed 4 years ago
Hi Barteks2x,
Thanks - we ran into this internally with some newer versions of CMake a bit ago, so it should be fixed in a few days!
OK, I think this should be fixed with commit https://github.com/nvpro-samples/shared_sources/commit/ee4be91d3d6e7f2a267a37d0ada5c81f7205c571!
Closing, since I think this has been fixed, and it has almost been two months since the last update.
Trying to build anything that uses vulkan may produce the following errors from cmake and then fail at link time:
Because it's looking for
FindVULKANSDK.cmake
but the only file that exists isFindVulkanSDK.cmake
which unlike on windows, is not the same file.