Don't require a C++ compiler
by
Arnout Vandecappelle (Essensium/Mind)
7 years 3 months
Don't require a C++ compiler
By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.