Skip to content

cxxmodules: improve error messages for C++ module setup

Ben Boeckel requested to merge ben.boeckel/cmake:modules-better-messages into master

Make it clear that:

  • the quoted string is a target name; and
  • C++ sources that export modules is the important detail.

Based on discussion in cpplang's Slack.

Eligible for 3.27 if wanted.

Merge request reports