Closed melon-li closed 8 years ago
Apologies for the late reply. Good to know that adding C
as language to the CMake setup gets you on step further. As mentioned in #12, I currently cannot investigate this further until I can make available free cycles in my spare time.
First, I add
enable_language(C)
to CMakeLists.txt to solve the problem as follow:Second, I run
make
after./configure
Thenmake test
, but the error comes up:My enviroment: gcc version 4.9.2,cmake version 2.8.12.2 and ubuntu 14.04
How can I fix it? Thank you!