While trying to configure my c++ project using CMake I was faced with the following error message:
The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at nestk/deps/eigen/CMakeLists.txt:71 (message): Can't link to the standard math library. Please report to the Eigen developers, telling them about your platform. Configuring incomplete, errors occurred!
Has anyone a hint of how to fix this problem?
Any help is much appreciated.
I'm using: Windows 7 x64, CMake 2.8.10.2, VS2010 Ultimate