> and comment out the following the set line > > # for GUI apps, this disables the additional console under Windows > if (WIN32) > # set(_add_executable_param WIN32) > endif (WIN32) > > and relink executables Does this remove the /subsystem argument altogether or does it set it to console like i've been doing?