gammasoft71 / xtd

Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.
https://gammasoft71.github.io/xtd
MIT License
779 stars 59 forks source link

[BUG] Unable to build xtd.forms project #240

Closed baderouaich closed 10 months ago

baderouaich commented 10 months ago

Describe the bug

Could not generate build files for a new xtd.forms project.

To Reproduce

Expected behaviour

The build files to be generated with no issues.

Desktop

baderouaich commented 10 months ago

The commit https://github.com/gammasoft71/xtd/commit/7b7c42965c47415f78964db0119c71525129288d solved the issue. Thank you @gammasoft71 for the quick fix! :rocket: