Files
ollama37/CMakePresets.json
Shang Chieh Tseng 5744fb792a Remove hardcoded compiler paths from CMakePresets.json for portability
- Remove CMAKE_C_COMPILER and CMAKE_CXX_COMPILER from CUDA 11 presets
- Allows CMake to auto-detect system GCC instead of hardcoding /usr/local/bin/gcc
- Improves portability across different systems (host, Docker containers, etc.)
- Users can still override compiler via CC/CXX environment variables if needed
2025-11-06 23:38:46 +08:00

3.4 KiB