Skip to content

Draft: Use CMAKE_TOOLCHAIN_FILE instead of manual variables

Simon Praetorius requested to merge feature/cmake-toolchains into master

Summary

CMake has already a feature to define toolchains for compilers. This is probably a cleaner solution that passing manually cmake flags by command line extracted from environmental variables like CC and CXX

Merge request reports