On Mon, Jun 15, 2020 at 7:33 PM Øystein Walle <oystwa@xxxxxxxxx> wrote: > > > +if(WIN32) > > + set(EXE_EXTENSION .exe) > > +else() > > + set(EXE_EXTENSION) > > +endif() > > You can probably use CMAKE_EXECUTABLE_SUFFIX here. See: > https://cmake.org/cmake/help/latest/variable/CMAKE_EXECUTABLE_SUFFIX.html > Could have done it that way, will try to change it once the patch series gets merged with next or master. > Øsse >