This adds an option to disable installing the readme.html.
This has been disabled for the developer config to avoid
installing the readme after every rebuild.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cmake-doc-readme (branched from master)
- Build Status
Buildable 20537 Build 20537: arc lint + arc unit
Event Timeline
Comment Actions
It would be good to avoid this extra option if possible. Could you check on P2794 ?
This only updates the file if it's older than the files it depends on.
(requesting changes since I'd rather avoid this).
Comment Actions
@Aaron Carlisle (Blendify) feel free to take the relevant code from D13863 and land it.
Comment Actions
cmake's file(GENERATE and/or configure_file will only overwrite a file when the contents have changed, i'd prefer that over P2794 and this patch
for example use see build_files\cmake\platform\platform_win32_bundle_crt.cmake