[CMake] adjusting CMAKE_Fortran_LINK_EXECUTABLE
Bill Hoffman
bill.hoffman at kitware.com
Tue Mar 1 09:21:27 EST 2011
On 3/1/2011 4:09 AM, Ilias Miroslav wrote:
> Dear CMake-experts,
>
> as developers of the quantum-chemistry software DIRAC (http://wiki.chem.vu.nl/dirac/index.php/Dirac_Program) we are shifting towards the CMake build/compilation system.
>
> By default, the current CMAKE_Fortran_LINK_EXECUTABLE consists of several variables:
>
> "<CMAKE_Fortran_COMPILER> <CMAKE_Fortran_LINK_FLAGS> <LINK_FLAGS> <FLAGS> <OBJECTS> -o<TARGET>
> <LINK_LIBRARIES>"
>
> We would like to know how to restrict the CMAKE_<compiler>_LINK_EXECUTABLE parameter to selected variables only: "<LINK_FLAGS> <OBJECTS> -o<TARGET> <LINK_LIBRARIES>"
>
> Yours, M.Ilias
>
Why do you want to do that? Is there a problem?
--
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573
More information about the CMake
mailing list