On Fri, Dec 16, 2011 at 5:38 AM, Timo Juhani Lindfors
<timo.lindf...@iki.fi>wrote:

> ---
>  volk/cmake/FindORC.cmake |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/volk/cmake/FindORC.cmake b/volk/cmake/FindORC.cmake
> index 8d8c2d1..c435ff0 100644
> --- a/volk/cmake/FindORC.cmake
> +++ b/volk/cmake/FindORC.cmake
> @@ -1,5 +1,5 @@
>  FIND_PACKAGE(PkgConfig)
> -PKG_CHECK_MODULES(PC_ORC orc-0.4)
> +PKG_CHECK_MODULES(PC_ORC "orc-0.4 > 0.4.9")


Timo,
Seems like floatparam was added in 0.4.8. Any chance that will work? Just
want to get the oldest version possible.

Thanks,
Tom
_______________________________________________
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio

Reply via email to