diff options
author | Ronald Hiemstra <hiemstra.ronald@gmail.com> | 2020-09-16 10:04:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-16 17:48:04 (GMT) |
commit | 818c6948da421d73febc9823ec44284e50733e02 (patch) | |
tree | 113d7864125665e32d17d960ced7a7033b4361af /Help/guide/tutorial/Step10/MathFunctions | |
parent | b16a3f33011719632241fe7dd63ef1f72cad0b06 (diff) | |
download | CMake-818c6948da421d73febc9823ec44284e50733e02.zip CMake-818c6948da421d73febc9823ec44284e50733e02.tar.gz CMake-818c6948da421d73febc9823ec44284e50733e02.tar.bz2 |
FindDoxygen: build the generated file contents using temporary strings
Incrementally writing to a file, could result in write (permission
denied) errors. Those errors are probably due to file-monitoring
processes having a temporary lock on a generated file. The implemented
solution builds the content of the generated file as string and in the
end the built string is written to the generated file.
Fixes: #21190
Diffstat (limited to 'Help/guide/tutorial/Step10/MathFunctions')
0 files changed, 0 insertions, 0 deletions