https://github.com/JuliaLang/julia
Raw File
Tip revision: e7d2f19743b2d9814de2c686a22e84146bf4effa authored by Keno Fischer on 25 January 2018, 05:14:50 UTC
WIP: Multi-arg any/all
Tip revision: e7d2f19
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top