#!/bin/sh

COMPILER=$(awk -F= '/CMAKE_CXX_COMPILER:/ {print $2}' ${BUILD}/CMakeCache.txt)
${COMPILER} "$@" >/dev/null 2>&1
