Seamly2D icon indicating copy to clipboard operation
Seamly2D copied to clipboard

Build: pragma message incorrect format

Open slspencer opened this issue 3 years ago • 0 comments

20 files have a pragma message to show during compilation regarding precompiled headers. For example: #pragma message("Compiling precompiled headers for Seamly2D.\n")

The problem is the \n isn't necessary and it creates a distracting message in the build logs.

slspencer avatar Nov 01 '21 01:11 slspencer