Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency checks #46

Closed
ka6s opened this issue Aug 11, 2017 · 3 comments
Closed

Missing dependency checks #46

ka6s opened this issue Aug 11, 2017 · 3 comments
Assignees
Milestone

Comments

@ka6s
Copy link

ka6s commented Aug 11, 2017

I'm building SDRAngel for the first time on debian and ran into the following issue.

I needed to have the boost development library - but cmake didn't tell me that.

Please add a check in the configuration.

Note also that I have librtlsdr in place already - so I assume it is compiling for that environment.

Thanks!

Steve KA6S

@f4exb
Copy link
Owner

f4exb commented Aug 11, 2017

https://github.com/f4exb/sdrangel/blob/master/CMakeLists.txt at line 56:
find_package(Boost)

I suppose this should be:
find_package(Boost REQUIRED)

@f4exb f4exb added this to the v3.6.0 milestone Aug 11, 2017
@f4exb f4exb self-assigned this Aug 11, 2017
@f4exb
Copy link
Owner

f4exb commented Aug 14, 2017

Fix now on dev branch

@f4exb
Copy link
Owner

f4exb commented Aug 23, 2017

Fixed in v3.6.0

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

No branches or pull requests

2 participants