modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

Cmake: fix slashes in Windows paths #1019

Closed ser-plu closed 1 year ago

ser-plu commented 1 year ago

When CMakeList files were generated in windows, the slashes were always wrong, and cmake could not parse them.

salkinium commented 1 year ago

@ser-plu Could you test if this version fixes your issues too?

ser-plu commented 1 year ago

@ser-plu Could you test if this version fixes your issues too?

Yes, the paths are generated correctly.