Brandon Van Every escreveu: > But old scripts don't do that. One could do it for new scripts, but > old scripts are what they are. Also, I don't necessarily want my > script to be limited to CMake's behavior when I wrote it.
That would be easy to cope with, no version specification = 2.4.7. And when you write a script, you would set the version to the current version you're testing on. That would guarantee that this script will ALWAYS work, no matter how cmake evolves. That's a good deal. Regards, rod _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
