CMAKE_<LANG>_FLAGSΒΆ

Set the compile flags for the language LANG. LANG is in our case out of C, CXX.

This is a cmake builtin variable. For detailed information, check the cmake documentation:

cmake --help-variable CMAKE_\<LANG\>_FLAGS