<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>1.  I found the hack below in the list's archive. However it seems... hackish. Among others it can't _append_ a flag, it can only replace all flags. Any newer and better way to append some extra flags?</div><div><br></div><div>2. Bonus question: how would you query "ar" and append some extra flags *only* when ar/ranlib are new enough to support them?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Marc</div><div><br></div><div><div>SET(CMAKE_C_ARCHIVE_CREATE "<CMAKE_AR> -qcD <TARGET> <LINK_FLAGS> <OBJECTS>")</div><div>SET(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -D <TARGET>")</div></div><div><br></div></div></div>