Re: [CMake] how to really change CMake linker

2016-05-15 Thread Manoj R
Mark Abraham writes: > > Hi David, > Thanks very much for your reply! That was extremely helpful, and will let several packages document a functional workflow for the future.On Tue, Aug 12, 2014 at 5:38 AM, David Cole wrote: > Unless it is overridden somewhere else along the way, the followin

Re: [CMake] how to really change CMake linker

2016-05-15 Thread Manoj R
Mark Abraham writes: > > Hi David, > Thanks very much for your reply! That was extremely helpful, and will let several packages document a functional workflow for the future.On Tue, Aug 12, 2014 at 5:38 AM, David Cole wrote: > Unless it is overridden somewhere else along the way, the followin

Re: [CMake] how to really change CMake linker

2016-04-20 Thread Claudio C
The proposed solution does not seem to work. There is now an issue related https://cmake.org/Bug/view.php?id=16059 -- Ing. Claudio Caraffi, PhD E-Mail: claudio.cara...@gmail.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/W

Re: [CMake] how to really change CMake linker

2014-08-12 Thread Mark Abraham
Hi David, Thanks very much for your reply! That was extremely helpful, and will let several packages document a functional workflow for the future. On Tue, Aug 12, 2014 at 5:38 AM, David Cole wrote: > Unless it is overridden somewhere else along the way, the following is > used to create the li

Re: [CMake] how to really change CMake linker

2014-08-12 Thread David Cole via CMake
Unless it is overridden somewhere else along the way, the following is used to create the link command line for a C++ executable: (found in Modules/CMakeCXXInformation.cmake) if(NOT CMAKE_CXX_LINK_EXECUTABLE) set(CMAKE_CXX_LINK_EXECUTABLE " -o ") endif() As you

[CMake] how to really change CMake linker

2014-08-11 Thread Mark Abraham
Hi, In order to build an application with several HPC performance utilities, it would be good to be able to specify the linker and have it show up on the link command line. I learned from http://cmake.3232098.n2.nabble.com/Specify-the-link-command-in-CMake-td6786695.html that using CMAKE_C_LINKER