On Thu, Jan 3, 2013 at 6:06 AM, Shabaz Yousaf <[email protected]> wrote: > I had quite a few issues with CMake (probably due to my unfamiliarity with > it), where it would keep picking up my Visual Studio compiler instead of the > MinGW GCC, no matter if I deleted the build tree and tried to express the > correct > compilers in the command line.
If you are not familiar with CMake, you can use the GUI version cmake-gui and it will run a wizard to guide you through the process. Basically you need to select "MinGW Makefile" generator instead of the "Visual Studio xx" generator. -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
