Can CMake Create Solution for Visual Studio Express 2010 -


is cmake able create solutions visual studio express 2010?

i'm trying create visual studio solution work visual studio express 2010 (for c++) keep running issues. whenever try building solution in visual studio error invalid license data. reinstall required.

in output window see messages state:

-- c compiler identification unknown. -- c++ compiler identification unknown. 


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -