Skip to content

CMake check for CXX_MODULEs does not factor in all compilers supported #4707

Description

@MathewBensonCode

The check for modules support in the CMakeLists.txt file currently checks for the CMake Version, Ninja Version and Visual Studio Version before activating the use of the CXX_Module FILE_SET.

However, when the above conditions are true, some compilers like g++-13 and clang-15, which have support for modules, throw an error as they do not have support for the CXX module scanning.

closes #4709

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions