Hello, I’m trying to install OpenCL-SDK (the one made by Khronos) under Windows 11 x64. CMake’s successfully built the cloned repo (from https://github.com/KhronosGroup/OpenCL-SDK), but suddenly it doesn’t install it. This’s what I get:
E:\App> cmake --build ./OpenCL-SDK/build --target install
MSBuild version 17.3.1+2badb37d1 for .NET Framework
MSBUILD : error MSB1009: Project file does not exist.
Switch: install.vcxproj
How can I avoid this error? How can I finally install this SDK? Thank you in advance for any help.