Re: [cmake-developers] add_compile_options and link flags

2014-06-11 Thread Steve Wilson
Unfortunately, I didn’t have time to check to see if it works as before. It does compile, but I haven’t looked at it more closely than that. On Jun 11, 2014, at 11:53 AM, Brad King wrote: > On 06/11/2014 01:50 PM, Steve Wilson wrote: >> I pushed a topic called link-options-command to >> >>

Re: [cmake-developers] add_compile_options and link flags

2014-06-11 Thread Brad King
On 06/11/2014 01:50 PM, Steve Wilson wrote: > I pushed a topic called link-options-command to > > https://github.com/swwilso1/CMake I see it is rebased on 'master' too, thanks! -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [cmake-developers] add_compile_options and link flags

2014-06-11 Thread Steve Wilson
I pushed a topic called link-options-command to https://github.com/swwilso1/CMake On Jun 10, 2014, at 9:18 AM, Brad King wrote: > On 06/10/2014 11:15 AM, Steve Wilson wrote: >> https://github.com/swwilso1/CMake >> >> the LinkOptionsCommand topic isn't there yet. >> I will try and get those up

Re: [cmake-developers] add_compile_options and link flags

2014-06-10 Thread Steve Wilson
My apologies, I was out ill yesterday. I have a CMake repo on github that contains work in progress. I still haven’t had time to return to work on these issues, but hopefully will soon. https://github.com/swwilso1/CMake However, I need to sync the dev branches with the current master br

Re: [cmake-developers] add_compile_options and link flags

2014-06-10 Thread Brad King
On 06/10/2014 11:15 AM, Steve Wilson wrote: > https://github.com/swwilso1/CMake > > the LinkOptionsCommand topic isn't there yet. > I will try and get those uploaded today and post when they are available. Great, thanks! -Brad -- Powered by www.kitware.com Please keep messages on-topic and c

Re: [cmake-developers] add_compile_options and link flags

2014-06-09 Thread Brad King
Steve W, On 06/09/2014 11:46 AM, Brad King wrote: > See thread here: > > push of LinkOptionsCommand topic branch > http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9203 > > IIRC there were a couple of minor unresolved issues but it is mostly > just waiting for someone to have t

Re: [cmake-developers] add_compile_options and link flags

2014-06-09 Thread Brad King
On 06/09/2014 11:40 AM, Ben Boeckel wrote: > So add_compile_options exists now, but is still not a 100% replacement > for CMAKE_CXX_FLAGS_${config} because the flags are only used for the > .c -> .o step and not for linking. Some flags need to be passed to the > linker as well (in my case, profilin

[cmake-developers] add_compile_options and link flags

2014-06-09 Thread Ben Boeckel
Hi, So add_compile_options exists now, but is still not a 100% replacement for CMAKE_CXX_FLAGS_${config} because the flags are only used for the .c -> .o step and not for linking. Some flags need to be passed to the linker as well (in my case, profiling flags, but I imagine other tooling flags, st