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
I'm tying to build the sol-renderer, using cmake. I downloaded libtorch using this link here. Then every time I try to build it I have this error:
`CMake Error at CMakeLists.txt:23 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CUDA_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "C:/Dev/Tree-SDF/sol-renderer/build/CMakeFiles/CMakeOutput.log".`
I have CUDA 11, in windows. the cuda path is already in the environment variables. If there is a specific version of libtorch you need could you provide it?
The text was updated successfully, but these errors were encountered:
kratosaba
changed the title
CMAKE_CUDA_COMPILER not set, after EnableLanguage
Building sol-rendere: CMAKE_CUDA_COMPILER not set, after EnableLanguage
Oct 9, 2021
I'm tying to build the sol-renderer, using cmake. I downloaded libtorch using this link here. Then every time I try to build it I have this error:
`CMake Error at CMakeLists.txt:23 (project):
Running
'nmake' '-?'
failed with:
The system cannot find the file specified
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CUDA_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "C:/Dev/Tree-SDF/sol-renderer/build/CMakeFiles/CMakeOutput.log".`
I have CUDA 11, in windows. the cuda path is already in the environment variables. If there is a specific version of libtorch you need could you provide it?
The text was updated successfully, but these errors were encountered: