<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hello,</div>
<div>&nbsp;</div>
<div>I would like to be able to append arbitrary linker options to the end of my link lines on Unix/Linux systems.&nbsp; However, the options set in the CMAKE_EXE_LINKER_FLAGS variable are listed *before* all of the libraries that CMake knows about.&nbsp; I need to be
able to append a bunch of nasty options like Fortran libraries, MPI libraries (in some nasty cases) and other libraries that must come after all other libraries.</div>
<div>&nbsp;</div>
<div>The problem is that while I could carefully list the libraries that need to be appended and I could use find_library(...) to get them correctly I may just have a glob of libraries and other linker options that someone gives me and I just want to apply
them without having to parse everything out.</div>
<div>&nbsp;</div>
<div>Is there some way to force CMake on Unix/Linux systems to append arbitrary linker options?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>- Ross</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>