Luigi Calori wrote: > After several test and trials, I ve the suspect that if one use > ADD_CUSTOM_COMMANDS without DEPENDS, then the generator ->Visual Studio > 7 .NET 2003<-, is not > running the command at build but requires a rebuild. > Am I completely wrong or is a known issue?
I happened to fix this in CVS CMake a few days ago: http://www.cmake.org/cgi-bin/viewcvs.cgi/Source/cmLocalVisualStudio7Generator.cxx?root=CMake&r1=1.143&r2=1.144 The fix will be in 2.4.4. If you have time please try checking out and building CMake from CVS to make sure it fixes your problem and let me know. Thanks, -Brad _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
