I\'m trying to set a flag using cmake to define a variable\'s value:
option (VALUE_BG "value for variable bg" OFF) if (VALUE_BG) add_definitions