--- a/cmake/modules/FindFarstream.cmake 2013-01-12 21:55:49.226476845 -0600 +++ a/cmake/modules/FindFarstream.cmake 2013-01-12 21:56:13.300175883 -0600 @@ -23,7 +23,7 @@ if (NOT WIN32) # in the find_path() and find_library() calls find_package(PkgConfig) if (FARSTREAM_MIN_VERSION) - PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.1>=${FARSTREAM_MIN_VERSION}) + PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.2>=${FARSTREAM_MIN_VERSION}) else (FARSTREAM_MIN_VERSION) PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.1) endif (FARSTREAM_MIN_VERSION) @@ -34,10 +34,10 @@ find_path(FARSTREAM_INCLUDE_DIR farstrea PATHS ${PC_FARSTREAM_INCLUDEDIR} ${PC_FARSTREAM_INCLUDE_DIRS} - PATH_SUFFIXES farstream-0.1 + PATH_SUFFIXES farstream-0.2 ) -find_library(FARSTREAM_LIBRARIES NAMES farstream-0.1 +find_library(FARSTREAM_LIBRARIES NAMES farstream-0.2 PATHS ${PC_FARSTREAM_LIBDIR} ${PC_FARSTREAM_LIBRARY_DIRS}