Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

make miniapps optional in CMake #81

@sharkovsky

Description

@sharkovsky

Right now all miniapps are built by default, and strange dependencies between the driver and miniapps appear as soon as you try to disable them.
For example, the driver requires the file path.h, which gets generated in the coreneuron_1.0 folder. If you disable that folder from CMake, you get this error

In file included from neuromapp/app/driver.cpp:32:0:
neuromapp/coreneuron_1.0/common/data/helper.h:32:95: fatal error: neuromapp/coreneuron_1.0/common/data/path.h: No such file or directory

We should make the miniapps optional, and independent from one another.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions