[CMake] fixup_bundle placing libs under wrong directory

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Aug 19 11:43:00 EDT 2012


p.s. This is with CMake 2.8.8.

Utkarsh

On Sun, Aug 19, 2012 at 11:42 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> When I use fixup_bundle as follows, I end up with all the dependent
> dylibs under "App/.../MacOS" instead of "App/.../Libraries". How do I
> make fixup_bundle copy the dependencies into the Libraries dir and fix
> paths accordingly?
>
> fixup_bundle(\"${install_location}/Applications/paraview.app\" \"\"
> \"${install_location}/lib\")
>
> Utkarsh


More information about the CMake mailing list