I realize this may look silly, but after

  list (REMOVE_ITEM CMAKE_C_SOURCE_FILE_EXTENSIONS c)
  list (APPEND CMAKE_CXX_SOURCE_FILE_EXTENSIONS c)

source files matching *.c are still compiled with the C compiler (not C++).
 Is there a way to get *.c compiled with the C++ compiler?

(cmake-2.8.2)

Jed
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to