-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
acknowledgedThe issue is being worked onThe issue is being worked onbugSomething isn't workingSomething isn't workingfixedBug has been fixed and the fix testedBug has been fixed and the fix tested
Description
Describe the bug
In the projects CMakeLists.txt, there are calls to:
verbose_message(${sources})verbose_message(${exe_sources})verbose_message(${headers})
where the variables are lists set in SourcesAndHeaders.cmake.
However, when the messages are displayed in the console, only the first file is displayed in the list. E.g. if you have multiple sources, only the first file will be displayed.
To Reproduce
Steps to reproduce the behavior:
- Add multiple source files or header files
- Build
Expected behavior
Should display all the values in a list.
Metadata
Metadata
Assignees
Labels
acknowledgedThe issue is being worked onThe issue is being worked onbugSomething isn't workingSomething isn't workingfixedBug has been fixed and the fix testedBug has been fixed and the fix tested