Ralf Habacker schrieb:
Hi,

while working on a C++ project migrating from old Turbo C++ ide's I encountered a problem with uppercase extensions.
Update/additional informations:

I tried to use

SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)

and to patch cmake source to add the .CPP as default c++ extension, but nothing helps.

I suggest that

- cmake should general print a kind of <file ... is ignored> message if the related extension is not known because otherwise it may be hard to track down those silent-file-ignore-errors

and
- cmake should have support extensions case insensitive on windows

Regards
Ralf



_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to