CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Inherited attributes are not visible when using multiple inheritance #129

Closed AutonomicPerfectionist closed 8 months ago

AutonomicPerfectionist commented 8 months ago

Describe the bug Discovered by #128 The test here fails after fixing the duplicated name:

https://github.com/CMakePP/CMakePPLang/blob/f93dbab7baa1f5e51c83615ec3420a3234ee75f9/tests/docs/source/getting_started/cmakepp_examples/classes/multiple_inheritance_basics.cmake#L41-L58