[Cmake-commits] CMake branch, master, updated. 9d7e08de483270b89de4219c34afc1e8b9e96b55

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 3 10:49:22 EST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  9d7e08de483270b89de4219c34afc1e8b9e96b55 (commit)
      from  2fd9b8072bb15e16446e15c1165566d4a238e4cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9d7e08de483270b89de4219c34afc1e8b9e96b55
commit 9d7e08de483270b89de4219c34afc1e8b9e96b55
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Wed Mar 3 10:49:21 2010 -0500

    Remove empty_binary_dir command in new unit test

diff --git a/Tests/CTestTestResourceLock/lockFile.c b/Tests/CTestTestResourceLock/lockFile.c
index f8edc3f..a6a4dc0 100644
--- a/Tests/CTestTestResourceLock/lockFile.c
+++ b/Tests/CTestTestResourceLock/lockFile.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 
 /* Disable deprecation warning for fopen */
-#define _CRT_SECURE_NO_WARNINGS
+#pragma warning(disable: 4996)
 
 /*if run serially, works fine.
   If run in parallel, someone will attempt to delete
diff --git a/Tests/CTestTestResourceLock/test.cmake.in b/Tests/CTestTestResourceLock/test.cmake.in
index e58ae20..0f353b8 100644
--- a/Tests/CTestTestResourceLock/test.cmake.in
+++ b/Tests/CTestTestResourceLock/test.cmake.in
@@ -16,8 +16,6 @@ SET(CTEST_MEMORYCHECK_COMMAND_OPTIONS   "@MEMORYCHECK_COMMAND_OPTIONS@")
 SET(CTEST_COVERAGE_COMMAND              "@COVERAGE_COMMAND@")
 SET(CTEST_NOTES_FILES                   "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")
 
-CTEST_EMPTY_BINARY_DIRECTORY(${CTEST_BINARY_DIRECTORY})
-
 CTEST_START(Experimental)
 CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)

-----------------------------------------------------------------------

Summary of changes:
 Tests/CTestTestResourceLock/lockFile.c    |    2 +-
 Tests/CTestTestResourceLock/test.cmake.in |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list