-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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