Skip to content

Commit

Permalink
Fixed warning in FindSoapySDR cmake module. Fixes f4exb#653
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 8, 2020
1 parent 6649da7 commit 58a9fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindSoapySDR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ if(NOT SOAPYSDR_FOUND)

mark_as_advanced(SOAPYSDR_INCLUDE_DIR SOAPYSDR_LIBRARY SOAPYSDR_ROOT SOAPYSDR_ABI_VERSION)

endif(LIBSOAPYSDR_PKG_FOUND OR (DEFINED SOAPYSDR_DIR))
endif(NOT LIBSOAPYSDR_PKG_FOUND OR (DEFINED SOAPYSDR_DIR))

endif(NOT SOAPYSDR_FOUND)

0 comments on commit 58a9fba

Please sign in to comment.