Re: [CMake] Binary directory on different drive

2013-04-22 Thread Robert Dailey
Awesome!! I just tried RC3 and it works now. Great job On Mon, Apr 22, 2013 at 10:54 AM, Brad King wrote: > On 04/19/2013 07:08 PM, Robert Dailey wrote: >> C:\work\buildlibrary >> Instead of: >> C:\work\build\library >> >> The slash between "build" and "library" is missing. Any reason for >>

Re: [CMake] Binary directory on different drive

2013-04-22 Thread Brad King
On 04/19/2013 07:08 PM, Robert Dailey wrote: > C:\work\buildlibrary > Instead of: > C:\work\build\library > > The slash between "build" and "library" is missing. Any reason for > this? It doesn't do it if the source & binary directories are on the > same drive letter. Almost certainly this is:

Re: [CMake] Binary directory on different drive

2013-04-22 Thread Robert Dailey
Sorry to bump, but any help on this? :) On Fri, Apr 19, 2013 at 6:08 PM, Robert Dailey wrote: > I am invoking CMake like this on Windows: > > Working directory is: C:\work\build > Directory containing source & root level CMakeLists.txt file: Y:\ > > So I invoke like this: > > C:\work\build> cmake

[CMake] Binary directory on different drive

2013-04-19 Thread Robert Dailey
I am invoking CMake like this on Windows: Working directory is: C:\work\build Directory containing source & root level CMakeLists.txt file: Y:\ So I invoke like this: C:\work\build> cmake -G "NMake Makefiles" Y:\ When I do this, any subdirectories I traverse inside Y:\ do not appear under their