> Maybe something like this? I expect this is what you're already doing.
>
> Index: FindSerf.cmake
> ===================================================================
> --- FindSerf.cmake      (revision 1926004)
> +++ FindSerf.cmake      (working copy)
> @@ -24,10 +24,11 @@ find_path(Serf_INCLUDE_DIR
>     PATH_SUFFIXES
>       include
>       include/serf-1
> +    include/serf-2
>   )
>
>   find_library(Serf_LIBRARY
> -  NAMES serf-1
> +  NAMES serf-1 serf-2
>     PATH_SUFFIXES lib
>   )
>

+1 on that.


--
Timofei Zhakov

Reply via email to