Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-10 Thread Brad King
Bill Hoffman wrote: Steven Van Ingelgem wrote: Personally I would expect it to find /usr/lib/libaspell.so.15, not a directory... (on my system /usr/lib/aspell is a dir) OK, read the email too quick. I think I know what is causing this. I will work on a fix... The find_library command

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-10 Thread Andreas Pakulat
On 10.02.08 11:38:49, Brad King wrote: Bill Hoffman wrote: Steven Van Ingelgem wrote: Personally I would expect it to find /usr/lib/libaspell.so.15, not a directory... (on my system /usr/lib/aspell is a dir) OK, read the email too quick. I think I know what is causing this. I will work

[CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-09 Thread Andreas Pakulat
Hi, I've got something really weird here. USing CMake from CVS (just updated), the following call finds /usr/bin/aspell: FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell) instead of /usr/lib/aspell. Thats surely wrong. Is that a bug in CVS, or could there be a system

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-09 Thread Bill Hoffman
Andreas Pakulat wrote: Hi, I've got something really weird here. USing CMake from CVS (just updated), the following call finds /usr/bin/aspell: FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell) instead of /usr/lib/aspell. Thats surely wrong. Is that a bug in CVS, or

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-09 Thread Steven Van Ingelgem
Personally I would expect it to find /usr/lib/libaspell.so.15, not a directory... (on my system /usr/lib/aspell is a dir) On 09/02/2008, Bill Hoffman [EMAIL PROTECTED] wrote: Andreas Pakulat wrote: Hi, I've got something really weird here. USing CMake from CVS (just updated), the

Re: [CMake] FindASPELL.cmake finds /usr/bin/aspel with Find_Library

2008-02-09 Thread Bill Hoffman
Steven Van Ingelgem wrote: Personally I would expect it to find /usr/lib/libaspell.so.15, not a directory... (on my system /usr/lib/aspell is a dir) OK, read the email too quick. I think I know what is causing this. I will work on a fix... -Bill