Skip to content

Cereal's installed CMake target changed with v1.3.1 #142

@zachcran

Description

@zachcran

Describe the Issue

Currently, we are pinned at cereal version 1.3.0 (CMakeLists.txt#L73), so technically this is not a problem yet.

In cereal v1.3.1, the installed CMake target name changed from cereal to cereal::cereal. If we want to update to a new version in the future, we will need to fix how we refer to cereal in cmaize_find_or_build_dependency(). It should be an easy fix - just change FIND_TARGET cereal to FIND_TARGET cereal::cereal (CMakeLists.txt#L75).

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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