diff options
author | Brad King <brad.king@kitware.com> | 2014-12-03 15:02:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-03 15:02:07 (GMT) |
commit | d90e288b7babf6cd493383e425c9e4d21905fa25 (patch) | |
tree | 1a583d6864aaecd84f93e3a978463c07939e25e7 /Help/release | |
parent | d91feda4136b8fb9bc3002b38ba8c08fca9cd62c (diff) | |
parent | 930178283a749c4020265259ea3f828552affba2 (diff) | |
download | CMake-d90e288b7babf6cd493383e425c9e4d21905fa25.zip CMake-d90e288b7babf6cd493383e425c9e4d21905fa25.tar.gz CMake-d90e288b7babf6cd493383e425c9e4d21905fa25.tar.bz2 |
Merge topic 'file-LOCK-command'
93017828 Help: Add notes for topic 'file-LOCK-command'
e6db4c5a file: Add LOCK subcommand to do file and directory locking
05d6531c cmSystemTools: Add StringToInt helper
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/file-LOCK-command.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/file-LOCK-command.rst b/Help/release/dev/file-LOCK-command.rst new file mode 100644 index 0000000..4b11e9e --- /dev/null +++ b/Help/release/dev/file-LOCK-command.rst @@ -0,0 +1,5 @@ +file-LOCK-command +----------------- + +* The :command:`file(LOCK)` subcommand was created to allow CMake + processes to synchronize through file and directory locks. |