I have been trying to install CMake for vtk, but I'm getting this error message:
The C compiler identification is unknown,The CXX compiler identification is unknown
.
I'm using CMake 3.2.1, vtk 6.2.0 and Visual Studio 2015.
I have been trying to install CMake for vtk, but I'm getting this error message:
The C compiler identification is unknown,The CXX compiler identification is unknown
.
I'm using CMake 3.2.1, vtk 6.2.0 and Visual Studio 2015.
Please take a look at this answer if it helps: CMake does not find Visual C++ compiler
Basically VS2015 doesn't install Cx compilers by default. Creating a C++ project in VS2015 will force VS to download necessary compilers.
here is what worked for me:
Once I installed this components, CMake was able to detect the C/C++ compiler.