Could not build with Optix #261
Unanswered
popolin522
asked this question in
Support
Replies: 1 comment
-
There is a typo in the documentation. The option is Line 115 in a05be1f That being said, I have never tested fresnel with Optix on Windows. You may encounter other problems after setting You can ignore the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I tried to build fresnel package using CMake with OptiX support enabled on Windows, but it seems to me Optix support wasn't properly installed. It could be possible that I didn't configure the environment correctly. I tried to do it on WSL before and learned in the hard way that WSL doesn't support Optix, so I am trying to install fresnel with Optix support on powershell.
Things I did
fresnel
cmake -B build -S . -GNinja -DBUILD_OPTIX=on -DENABLE_EMBREE=ON -DOpTiX_DIR="C:\ProgramData\NVIDIA Corporation\OptiX SDK 6.5.0\"
Output
Thoughts
I am suspecting that this has something to do with the test can_link_libqhullcpp, but I couldn't tell what went wrong from the associated file "FindQhull" in the CMake folder. I am not familiar with CMake so please forgive me if this is a trivial mistake. I would appreciate any suggestions you may have. Thanks!
Versions
Beta Was this translation helpful? Give feedback.
All reactions