[Cmake] problems with today's CVS version of CMake
Peter Vanroose
Peter.Vanroose at esat.kuleuven.ac.be
Tue, 27 Apr 2004 17:48:06 +0200 (CEST)
> > It seems that CMake is no longer able to handle source files with
> > more than one dot in the name: e.g., when CMakeLists.txt has
> > AUX_SOURCE_DIRECTORY(Templates my_sources)
> > and the subdirectory Templates contains the file
> > pair+int.int-.cxx
> > CMake gives the following error:
> >
> > CMake Error: can not find file SRCDIR/Templates/pair+int
> > Tried .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in .txx
>
> Could you please update CMake and try again?
Yes, it works! Thanks, Andy.
-- Peter.