[Cmake] problems with today's CVS version of CMake

Andy Cedilnik andy.cedilnik at kitware.com
Tue, 27 Apr 2004 09:23:42 -0400


Hi Peter,

Could you please update CMake and try again?

Thanks...

			Andy

On Tue, 2004-04-27 at 03:19, Peter Vanroose wrote:
> 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
> 
> 
> Is there an easy patch in the CMake sources for this problem?