Christophe Giboudeaux wrote: > find_library(SAMBA_LIBRARIES NAMES smbclient HINTS ${PC_SAMBA_LIBDIR}) > This should be _LIBRARY, not _LIBRARIES. Followed by: set(SAMBA_LIBRARIES ${SAMBA_LIBRARY}) Thanks, Steve.