1
# Assumption: This is the native host target.
2
set(CMAKE_C_COMPILER "gcc")
3
set(CMAKE_CXX_COMPILER "g++")