cmake version : 3.18.5 I was using cmake-gui, it is working smoothly. Now i have switched to command-line. it was working for some days and suddenly from no where i am getting the below error.
The cmake command i am running,
cmake -G "MinGW Makefiles" .. -DVARIANT=V1
The error iam geting is,
CMake Error at CMakeLists.txt:32 (project):
Generator
MinGW Makefiles
does not support instance specification, but instance
C:/Program Files (x86)/Microsoft Visual Studio/2017/Community
was specified.
-- Configuring incomplete, errors occurred!