KDAB / KDAlgorithms

Algorithm wrappers
Other
82 stars 15 forks source link

Expose /Zc:__cplusplus flag to consumers of the kdalgorithm target #47

Closed aambrosano closed 1 year ago

aambrosano commented 1 year ago

Until now MSVC users would have __cplusplus disabled by default and their builds could fail.

~Fixes #43.~

aambrosano commented 1 year ago

Appveyor build seems to fail for unrelated reasons.

Also this one also doesn't really fix #43 either, but it still needed when you import the CMake target when building with MSVC.