Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Using empty variable descriptions in the config file causes an error. #23

Closed Knitschi closed 6 years ago

Knitschi commented 6 years ago

This happens when the 1_Configure.py script from CPFBuildscripts is used with the -D option.

Knitschi commented 6 years ago

The problem could not be reproduced and Knitschi/CPFTests commit ee35ea7fc8ede80f7bf674e84c71320dcf7d0026 adds a test to verify the functionality. The problem was probably fixed when unit tests where added for the functions in the cpfListUtilities module which exposed some problems with empty list elements that were then fixed.