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
                /a.cpp
                ...
      /library_B
                /CMakeLists.txt
                /b.cpp
                ...

My goal is to have this work:
cd foo/build
cmake ../src/CMakeLists.txt

that should be: cmake ../src

Michael

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to