The added NO_REV_GEN preprocessor define disables revision generation in Version.cpp
When defined a cmake message is also emit to indicate that no revision info is being generated.
This option ensures that no SVNVersion.inc file is generated by the build process.
This is also a proposal to improve compilation time when ccache is being used during an incremental development.
The added NO_REV_GEN preprocessor define disables revision generation in Version.cpp When defined a cmake message is also emit to indicate that no revision info is being generated. This option ensures that no SVNVersion.inc file is generated by the build process. This is also a proposal to improve compilation time when ccache is being used during an incremental development.
Usage: Pass -DNO_REV_GEN to cmake.