Re: [CMake] Problem getting out-of-source builds (yes I deleted CMakeCache.txt)

2009-08-13 Thread Convey, Christian J CIV NUWC NWPT
> > My goal is to have this work: > >> cd foo/build > >> cmake ../src/CMakeLists.txt > > that should be: cmake ../src Thanks. That did the trick. smime.p7s Description: S/MIME cryptographic signature ___ Powered by www.kitware.com Visit other Kitwar

Re: [CMake] Problem getting out-of-source builds (yes I deleted CMakeCache.txt)

2009-08-13 Thread Michael Wild
On 13. Aug, 2009, at 16:24, Convey, Christian J CIV NUWC NWPT wrote: Hi guys, Does anyone know why I might be having trouble getting out-of-source builds? I have this directory structure: foo /build /src /CMakeLists.txt /library_A /CMakeLists.txt

[CMake] Problem getting out-of-source builds (yes I deleted CMakeCache.txt)

2009-08-13 Thread Convey, Christian J CIV NUWC NWPT
Hi guys, Does anyone know why I might be having trouble getting out-of-source builds? I have this directory structure: foo /build /src /CMakeLists.txt /library_A /CMakeLists.txt /a.cpp ... /library_B /