CMakePP / CMakePPLang

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

Disambiguate 'cpp_map' key variable and key names #51

Closed zachcran closed 2 years ago

zachcran commented 2 years ago

Fixes #48. Disambiguates the names of the variable used to store key names in a cpp_map and the variables that store values for the keys. See issue #48 for the proposed naming fix that was implemented.

The test where the bug was discovered, test_keys under test_cpp_map in tests/map/test_map.cmake was reverted to the name keys to ensure that this fix worked.