You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Projects\RT\forks\RadeonRays_SDK>cmake -G "Visual Studio 14 2015 Win64"
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
-- Selecting Windows SDK version to target Windows 10.0.18363.
CMake Error at CMakeLists.txt:3 (project):
Failed to run MSBuild command:
MSBuild.exe
to get the value of VCTargetsPath:
The system cannot find the file specified
-- Configuring incomplete, errors occurred!
See also "C:/Projects/RT/forks/RadeonRays_SDK/CMakeFiles/CMakeOutput.log".
Can somebody help?
The text was updated successfully, but these errors were encountered:
C:\Projects\RT\forks\RadeonRays_SDK>cmake -G "Visual Studio 16 2019" .
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
CMake Error at C:/Program Files/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find OpenCL (missing: OpenCL_LIBRARY OpenCL_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.16/Modules/FindOpenCL.cmake:150 (find_package_handle_standard_args)
CMakeLists.txt:48 (find_package)
-- Configuring incomplete, errors occurred!
See also "C:/Projects/RT/forks/RadeonRays_SDK/CMakeFiles/CMakeOutput.log".
See also "C:/Projects/RT/forks/RadeonRays_SDK/CMakeFiles/CMakeError.log".
Im on GTX 750 Ti, up todate drivers.. opencl must be installed
Can somebody help?
The text was updated successfully, but these errors were encountered: