Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Hertling
? I thought cmake did the right >>> thing for targets used in custom commands. >>> >>> Clint >>> >>> - Reply message - >>> From: "Michael Jackson" >>> Date: Wed, Jan 4, 2012 1:28 pm >>> Subjec

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Wild
On 01/04/2012 09:28 PM, Michael Jackson wrote: > I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work > correctly together. This is what I have so far. > > # -- Setup output Directories - > SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY > ${PROJECT_BI

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread David Cole
On Wed, Jan 4, 2012 at 7:14 PM, Bill Hoffman wrote: > On 1/4/2012 4:27 PM, Michael Jackson wrote: >> >> Thanks! The definitely fixed the issue for ALL the platforms. I guess >> I just have not been keeping up with all the additions to CMake. At >> what version was this syntax introduced? > > > Loo

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Bill Hoffman
On 1/4/2012 4:27 PM, Michael Jackson wrote: Thanks! The definitely fixed the issue for ALL the platforms. I guess I just have not been keeping up with all the additions to CMake. At what version was this syntax introduced? Looks like about a year ago: http://cmake.org/gitweb?p=cmake.git;a=commi

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
te: >> >>> Have you tried excluding the ".exe" thing? I thought cmake did the right >>> thing for targets used in custom commands. >>> >>> Clint >>> >>> - Reply message - >>> From: "Michael Jackson&quo

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Bill Hoffman
e - From: "Michael Jackson" Date: Wed, Jan 4, 2012 1:28 pm Subject: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR To: "cmake@cmake.org List" I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work correctly together. This is what I have so far. #

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
n" > Date: Wed, Jan 4, 2012 1:28 pm > Subject: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR > To: "cmake@cmake.org List" > > I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work > correctly together. This is what I have so

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread clin...@elemtech.com
Have you tried excluding the ".exe" thing? I thought cmake did the right thing for targets used in custom commands. Clint - Reply message - From: "Michael Jackson" Date: Wed, Jan 4, 2012 1:28 pm Subject: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR To: "cma

[CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work correctly together. This is what I have so far. # -- Setup output Directories - SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/Bin CACHE PATH "Single Directory for all Libr