Hi
cmake -G "Visual Studio 14 2015 Win64" -T"Intel C++ Compiler 17.0" ..
whenever i use the above command it , it says INTEL c++ compiler is not found. It recognizes the MSVC 19.0.24215.1 by default. my question is how to enable intel c++ compiler. I followed the below links to get Intel c++ compiler but still it's not recognizing https://software.intel.com/en-us/articles/installing-visual-studio-2015-for-use-with-intel-compilers .
thanks