You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
We should make the miniapps optional, and independent from one another.
The text was updated successfully, but these errors were encountered: