mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-03-26 17:00:59 -07:00
3 lines
101 B
CMake
3 lines
101 B
CMake
set(CMAKE_C_COMPILER /usr/bin/gcc)
|
|
set(CMAKE_CXX_COMPILER /usr/bin/g++)
|
|
set(CMAKE_LINKER /usr/bin/ld) |