[CMake] FIND_LIBRARY finding .dylib or .a

2007-07-31 Thread Mike Jackson
what is the magic incantation to tell FIND_LIBRARY to prefer .dylibs instead of .a (shared vs static)? I have what seem to be the same command yet one will find the .a and the other will find the .dylib. The commands look the same to me? Any help is appreciated.. cmake --help-command

Re: [CMake] FIND_LIBRARY finding .dylib or .a

2007-07-31 Thread Brandon Van Every
On 7/31/07, Mike Jackson [EMAIL PROTECTED] wrote: what is the magic incantation to tell FIND_LIBRARY to prefer .dylibs instead of .a (shared vs static)? I have what seem to be the same command yet one will find the .a and the other will find the .dylib. The commands look the same to me? Any