[Cmake] CMake Configuration Problem
Andy Cedilnik
andy.cedilnik at kitware.com
Tue, 16 Mar 2004 14:40:21 -0500
Hi Richard,
What exactly is the error that you get?
Also, if you want to submit CMake dashboard, I would suggest you use
CTest:
cd /place/where/you/do/dashboards/CMakeBin
/cmake/binary/bin/cmake /place/where/you/do/dashboards/CMakeSrc
/cmake/binary/bin/ctest -D Experimental
Andy
On Tue, 2004-03-16 at 13:19, Richard Wackerbarth wrote:
> Thanks for your reply. The CMake configuration in question is the one
> in the CMake repository that rebuilds CMake itself.
> (CMake/CMakeLists.txt, etc.)
>
> It is my feeling that either the Dart-controlled rebuild should work
> when the cmake_source_dir is the same as the cmake_binary_dir OR there
> should be tests in the CMakeLists.txt that cause an error when one
> attempts a build with only one common directory for both source and
> binaries.