Skip to content

cmake installs nlohmann_json instead of using the external package #2483

@yurivict

Description

@yurivict

Describe the bug
CMakeLists.txt installs nlohmann-json here

Virtualy all systems have nlohmann-json packages, so you should use it like this:

find_package(nlohmann_json REQUIRED)

Installing it would cause conflicts for other packages. For example, some packages need nlohmann_json to build and they would need to remove arbor just to build themelves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions