[llvm-commits] [Patch][CMake] Implement --enable-libffi option in CMake build.

Óscar Fuentes ofv at wanadoo.es
Fri Jan 21 06:55:14 PST 2011


arrowdodger <6yearold at gmail.com> writes:

> The problem is that find_library sets its output variable to something like
> "/usr/local/lib/libffi.so". I'm not sure how to get "/usr/local/lib" part
> from it.

get_filename_component will do that.



More information about the llvm-commits mailing list