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 /Tests/RunCMake/file/LOCK-error-negative-timeout.cmake | |
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 'Tests/RunCMake/file/LOCK-error-negative-timeout.cmake')
-rw-r--r-- | Tests/RunCMake/file/LOCK-error-negative-timeout.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/LOCK-error-negative-timeout.cmake b/Tests/RunCMake/file/LOCK-error-negative-timeout.cmake new file mode 100644 index 0000000..6a0f190 --- /dev/null +++ b/Tests/RunCMake/file/LOCK-error-negative-timeout.cmake @@ -0,0 +1 @@ +file(LOCK "${CMAKE_CURRENT_BINARY_DIR}/file-to-lock" TIMEOUT -2) |