The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13448 ====================================================================== Reported By: LynnKaye Assigned To: ====================================================================== Project: CMake Issue ID: 13448 Category: CMake Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2012-07-31 21:04 EDT Last Modified: 2012-07-31 21:04 EDT ====================================================================== Summary: Cannot detect extensions of cpp files Description: When I try to go over the tutorial, I write
add_executable(Tutorial tutorial.cxx) while I have a tutorial.cpp file. When I run cmake, it says Cannot find source file: tutorial.cxx Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx When I change the file extension from .cpp to .cxx, it builds successfully. Apparently, it fails to find the tutorial.cpp ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-07-31 21:04 LynnKaye New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers