<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 4, 2011, at 3:56 PM, Belcourt, K. Noel wrote:</div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>This is a long overdue followup.</div><div><br><div><div>On Dec 4, 2010, at 12:10 PM, Belcourt, K. Noel wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div>On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote:</div> <br class="Apple-interchange-newline"> <blockquote type="cite">You can configure this for your project: <div><a href="http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:STATIC_LIBRARY_FLAGS">http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:STATIC_LIBRARY_FLAGS</a></div></blockquote></div></div></div></blockquote><div><br></div>STATIC_LIBRARY_FLAGS are passed to the archiver. &nbsp;On the Mac, I need to run ranlib after ar runs, and pass flags (-c) to ranlib. &nbsp;Another other ideas how to achieve this?</div></div></div></blockquote></div><br><div>If I use a custom command like this (physics is the name of the static library):</div><div><br></div><div><div>add_custom_command(TARGET physics POST_BUILD COMMAND ranlib -c)</div></div><div><br></div><div>I get this error when it tries to run.</div><div><br></div><div><div><div>"/usr/bin/ranlib -c" libphysics.a</div><div>Error running link command: No such file or directory</div><div>make[2]: *** [libs/test/physics/libphysics.a] Error 2</div></div></div><div><br></div><div>Because the quoted command includes the argument. &nbsp;Any ideas?</div><div><br></div><div>-- Noel</div><div><br></div></body></html>