[CMake] Incorrect implicit library selections in generated link statements

2012-01-03 Thread Schuchard, Matthew
I have a large static library comprised of C, C++, Fortran, and Ada source files. I have a number of C, C++, Fortran, and Ada executables linking against this library. When CMake generates the link statements in link.txt, the implicit libraries selected to be linked against from the

Re: [CMake] Incorrect implicit library selections in generated link statements

2012-01-03 Thread David Cole
On Tue, Jan 3, 2012 at 2:30 PM, Schuchard, Matthew matthew.schuch...@gtri.gatech.edu wrote: I have a large static library comprised of C, C++, Fortran, and Ada source files. I have a number of C, C++, Fortran, and Ada executables linking against this library. When CMake generates the link