diff options
author | Brad King <brad.king@kitware.com> | 2014-12-01 15:18:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-03 14:47:44 (GMT) |
commit | 930178283a749c4020265259ea3f828552affba2 (patch) | |
tree | 4cb0321a7546251a20ee2b599fd3a094fc00738d /Help/release | |
parent | e6db4c5a4ede8039ed525e3facebd7e0eb7ec1b7 (diff) | |
download | CMake-930178283a749c4020265259ea3f828552affba2.zip CMake-930178283a749c4020265259ea3f828552affba2.tar.gz CMake-930178283a749c4020265259ea3f828552affba2.tar.bz2 |
Help: Add notes for topic 'file-LOCK-command'
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. |