I try to install CMake for vtk, but I get this error message:
The C compiler identification is unknown,The CXX compiler identification is unknown.
The C compiler identification is unknown,The CXX compiler identification is unknown
I am using CMake 3.2.1, vtk 6.2.0 and Visual Studio 2015.
Screenshot
Please take a look at this answer if this helps: CMake does not find the Visual C ++ compiler
Basically, VS2015 does not install Cx compilers by default. Creating a C ++ project in VS2015 will force VS to load the necessary compilers.
here is what worked for me:
, CMake C/++.
Source: https://habr.com/ru/post/1609989/More articles:Copy paste from PDF is gibberish in the source file, but fixed when printing PDF using CutePDF - javaHow to make CSS border on image? - htmlКогда язык будет называться, что он полностью объектно-ориентированный язык? - javaHow to create a placeholder image in HTML if the original image was not found? - htmljavascript: onload and onerror are called together - javascriptClean HTML export buttons in jQuery data table - html5Почему генератору .next нужен setTimeout? - javascriptRedirection, but you need to find out to ignore the directory in .htaccess in the layered wordpress structure - redirectPython requests get TLSV1_ALERT_INTERNAL_ERROR - pythonGetting the return type of a Templatized Object method - c ++All Articles