Skip to content

Commit

Permalink
Attempt to downgrade json-c required version
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed May 5, 2024
1 parent 257a6bf commit 371b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pkg_check_modules(FFTW3 REQUIRED fftw3f>=3.0)
pkg_check_modules(SOAPYSDR REQUIRED SoapySDR>=0.5.0)
pkg_check_modules(XML2 REQUIRED libxml-2.0>=2.9.0)
pkg_check_modules(VOLK volk>=1.0)
pkg_check_modules(JSONC json-c>=0.16)
pkg_check_modules(JSONC json-c>=0.13)

if (ENABLE_ALSA)
pkg_check_modules(ALSA alsa>=1.2)
Expand Down

0 comments on commit 371b0c1

Please sign in to comment.