karansher / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
0 stars 0 forks source link

precompiled binaries do not work on windows10 #1

Open quincy-u opened 1 year ago

quincy-u commented 1 year ago

I was trying to use the precompiled binaries on windows, and I run the command cmake -DCMAKE_BUILD_TYPE=Debug -DHW2LIB_DIR=../lib/debug/windows/ .., but failed with error: image

Does anyone know what's going wrong? Thanks!

mannyamorim commented 1 year ago

This looks like an issue with your Visual Studio setup as it's saying that cl cannot compile the test program. I would guess that it is a path issue. You can try opening a "Developer Command Prompt" and then the paths should be setup correctly, then run the cmake commands from there.