Re: [CMake] Intermediate directory

2011-05-13 Thread Tyler
On Fri, May 13, 2011 at 5:46 AM, gekso wrote: > My problem is to change Intermediate directory and message > (${CMAKE_CFG_INTDIR}) returns "$(Configuration)" to output.. $(Configuration) will be filled in at build time by the IDE with the user-selected configuration. hth, tyler _

Re: [CMake] Intermediate directory

2011-05-13 Thread gekso
CMAKE_BUILD_TYPE - That's what I want for my linux part. And it adds nothing on windows, so it's ok. My problem is to change Intermediate directory and message (${CMAKE_CFG_INTDIR}) returns "$(Configuration)" to output.. 2011/5/13 Michael Wild : > On 05/13/2011 02:26 PM, gekso wrote: >> Hi! I use

Re: [CMake] Intermediate directory

2011-05-13 Thread Michael Wild
On 05/13/2011 02:26 PM, gekso wrote: > Hi! I use VS2010 generator. When I'm setting > set_target_properties (${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY > ${CMAKE_BINARY_DIR}/__bin/${CMAKE_BUILD_TYPE} > > I have in output project file such lines: > Condition="'$(Configuration)|$(Platform)'

[CMake] Intermediate directory

2011-05-13 Thread gekso
Hi! I use VS2010 generator. When I'm setting set_target_properties (${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/__bin/${CMAKE_BUILD_TYPE} I have in output project file such lines: __bin\release\ target.dir\release\ How I can change path to IntDir? I need to set som