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

Peter Vanroose Peter.Vanroose at esat.kuleuven.ac.be
Tue, 27 Apr 2004 09:19:46 +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


Is there an easy patch in the CMake sources for this problem?


--	Peter Vanroose.