Skip to content

[BUG] CMakeLists.txt source files and header files do not print as list #29

@nhanders

Description

@nhanders

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:

  1. Add multiple source files or header files
  2. Build

Expected behavior
Should display all the values in a list.

Metadata

Metadata

Assignees

Labels

acknowledgedThe issue is being worked onbugSomething isn't workingfixedBug has been fixed and the fix tested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions