[Insight-users] Fwd: Deployment of ITK with CMakeSetup (issue with include directories)

Michael Jackson mike.jackson at bluequartz.net
Mon Oct 19 15:14:52 EDT 2009


Not sure if ITK supports in source build.

If you 'cd' into the ITK source distribution, then right at the top of  
the source distribution create a folder called "Build" and tell  
CMakeSetup.exe that this is your "Build" directory. VS will then  
create the necessary Debug and Release directories somewhere in that  
directory.

Mike

On Oct 19, 2009, at 3:01 PM, John Drescher wrote:

> On Mon, Oct 19, 2009 at 2:59 PM, John Drescher  
> <drescherjm at gmail.com> wrote:
>> On Mon, Oct 19, 2009 at 2:44 PM, Pete79 <pkoniusz at hotmail.com> wrote:
>>>
>>>
>>> Mark Roden wrote:
>>>>
>>>> That's part of the CMake paradigm, that there's one directory for  
>>>> the
>>>> source and another for the automatically generated platform  
>>>> specific
>>>> files.
>>>>
>>>
>>> Yeah, I know, though I don't see why I cannot have just a 'bin'  
>>> folder
>>> inside the whole ITK project and sources in 'source' of also ITK  
>>> project ...
>>>
>>> Let's say
>>> -itk/source
>>> -itk/bin/release
>>> -itk/bin/debug
>>>
>>> and so on?
>>>
>>
>> I see no reason why you can not do exactly that if you want.
>>
> I could be wrong, its been a very long time since I have done an in
> source build.
>
> John



More information about the Insight-users mailing list