RadeonRays_SDK icon indicating copy to clipboard operation
RadeonRays_SDK copied to clipboard

Issues building

Open trsh opened this issue 4 years ago • 1 comments

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?

trsh avatar Mar 08 '20 10:03 trsh

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

trsh avatar Mar 08 '20 10:03 trsh