leducp / Piper

A node editor written in C++/Qt
Other
41 stars 11 forks source link

You have to use /permissive- flag to get this to build in Visual Studio #10

Closed RallyTronics closed 3 years ago

RallyTronics commented 3 years ago

Due to the use of alternative operator representations ( such as 'not' instead of '!' ) the cmake generated build for Visual Studio 2019 will not build. You have to manually set the /permissive- option in the projects.

leducp commented 3 years ago

Thanks for the feedback. It should be fixed now.