Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue where cmake (3.2.2) does not understand its own tests (#41)
* Fixed issue where cmake (3.2.2) does not understand its own tests CMake Error at /usr/local/share/cmake-3.2/Modules/CheckIncludeFiles.cmake:74 (try_compile): Unknown extension ".c" for file * Set PROJECT to default (C/C++) in CMakeLists.txt since specifying CXX would cause problems in some older versions of cmake
- Loading branch information