Skip to content

NMake rebuilds everything when used with add_subdirectory() #12

Description

@calgray

Using the add_subdirectory function in cmake to include a project using a precompiled header will work with VS/MSBuild generators, but the NMake generator will not detect its output binaries and will always do a complete rebuild.

Rebuilding does not happen when you disable precompiled headers.

Maybe this is a problem with the NMake generator itself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions