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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake