Skip to content

no out of source build #65

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 https://github.com/CaltechOpticalObservatories/camera-interface/pull/53

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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