Hi everyone, I have a (simple) problem configuring cmake to generate visual studio project.
I have configured all variables needed by the microsoft compiler to compile a simple Hello World program from the command line. But cmake can't make the compiler compile the simple test program. "c:/program files/..../cl.exe" is not able to compile a simple test program. ... ... LINK : fatal error : unable to open 'user32.lib' (even if LIB and LIBPATH variable is correctly set) Is anyone had this problem, and how did you solved it ? Regards -- Mehdi Rabah
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
