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

Use cmake option? #23

Closed
doronbehar opened this issue Apr 16, 2023 · 1 comment
Closed

Use cmake option? #23

doronbehar opened this issue Apr 16, 2023 · 1 comment

Comments

@doronbehar
Copy link

Instead of asking your users to edit source code, it'd be nice if you'd use cmake's option directive:

sdr-j-fm/CMakeLists.txt

Lines 52 to 60 in 1f3fdb6

# set(NO_SSE_SUPPORT true)
#
# if you want support for any of these devices, uncomment the line
# set(PMSDR true)
set(SDRPLAY true)
# set(SDRPLAY_V3 true)
# set(AIRSPY true)
set(DABSTICK true)
# set(ELAD_S1 true)

See:

https://cmake.org/cmake/help/latest/command/option.html

@doronbehar
Copy link
Author

This seems fixed now.

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

Successfully merging a pull request may close this issue.

1 participant