The file names in the CMake output differ : one begins with an uppercase "C" the other a lowercase "c" -- maybe the reason behind that difference is the reason behind this "mis-reported error..." ?
HTH, David On 8/6/07, David Blado <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > After upgrading to cmake/ctest 2.4.7, I started experiencing the following > problems when running my automated builds using ctest: > > > > c:/builds/dds4.2.3/dds/CMakeLists.txt:6: > > ADD_SUBDIRECTORY not given a binary directory but the given source > directory "C:/builds/dds4.2.3/dds/Accounting" is not a subdirectory of > "c:/builds/dds4.2.3/dds". When specifying an out-of-tree source a binary > directory must be explicitly specified. > > I can assure you that C:/builds/dds4.2.3/dds/Accounting" is absolutely a > subdirectory of C:/builds/dds4.2.3/dds". > > > > I am able to run cmake from the command line and load the solution file > just fine. This product is also built on a variety of unix platforms that > are using cmake 2.4.7 as well. The unix platforms build just fine from > the command line and from ctest. > > > > I'm guessing that this is a bug, but wanted to get some community feedback > before submitting a bug report. > > > > Cheers, > > David > > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
