Skip to content

[BUG] CMake plugin generate invalid target name for header only package #122

Description

@brunotl

with CMP00037 ON ( default ) error is :

  The target name "boost_config::boost_config" is reserved or not valid for
  certain CMake features, such as generator expressions, and may result in
  undefined behavior.

with cmake_policy(SET CMP0037 OLD) error is :

  add_library Invalid name for INTERFACE library target:
  boost_config::boost_config

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions