CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

Fix where cl error in cmake environment #102

Closed BetterCallBene closed 4 years ago

BetterCallBene commented 5 years ago

If you start the parser with a cmake custom command in windows, it could be that you find two paths of visual studio.

iMichka commented 4 years ago

Thanks. I'll make some more adjustments around this, but looks good to me.