CMake Error at C:/Program Files/CMake/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find Vulkan: (Required is at least version "1.1.70.0") (found
Vulkan_LIBRARY-NOTFOUND)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-4.2/Modules/FindPackageHandleStandardArgs.cmake:652 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-4.2/Modules/FindVulkan.cmake:694 (find_package_handle_standard_args)
C:/Users/syou/Documents/Packages/vsg/lib/cmake/vsg/vsgConfig.cmake:3 (find_package)
src/chrono_vsg/CMakeLists.txt:39 (find_package)
Is there any additional environmental variable that I am missing or is there any way I can check if cmake is looking in the right directory for Vulkan?
Thanks!
Sean
Hi Sean,
You must set VULKAN_SDK. On my Windows machine, that is set to ‘C:\VulkanSDK\1.3.236.0’.
--Radu
--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
projectchron...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/projectchrono/5ef6a028-4489-4d07-8436-2bdc59f0ca0bn%40googlegroups.com.