Skip to content

no out of source build #65

@weatherhead99

Description

@weatherhead99

Currently, there are hardcoded instances of ${PROJECT_DIR} or similar in many locations in the buildsystem. In particular, even when doing an out of source build (i.e.mkdir build; cd build; cmake ..; make -j 4 or similar), the binaries are placed in /bin at the top level project dir.
An out of source build is strictly not needed but is convenient for packaging etc.

This issue is fixed by #53

Metadata

Metadata

Assignees

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