Hi all,<br>I want to generate both nmake files and visual studio project files for the same libraries. When I try to do this I get this error:<br><br>CMake Error: Error: generator : NMake Makefiles<br>Does not match the generator used previously: Visual Studio 7 .NET 2003
<br>Either remove the CMakeCache.txt file or choose a different binary directory.<br><br>I tried using -DCMAKE_BINARY_DIR and -D CMAKE_CURRENT_BINARY_DIR but did not work.<br><br>Is it possible to do this? If yes what do I have to do.
<br><br>Thank you,<br>calin<br>