Draft: Use CMAKE_TOOLCHAIN_FILE instead of manual variables
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