[Cmake-commits] CMake branch, dashboard, updated. 0dd775edc596c4baf09929845d158dfab11f51e9
Brad King
brad.king at kitware.com
Fri Jan 11 10:50:59 EST 2013
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, dashboard has been updated
via 0dd775edc596c4baf09929845d158dfab11f51e9 (commit)
from 523fec522a46967717252a6c7950903505502d13 (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=0dd775edc596c4baf09929845d158dfab11f51e9
commit 0dd775edc596c4baf09929845d158dfab11f51e9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 11 10:41:17 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Jan 11 10:41:22 2013 -0500
cmake_common: Load same kwsys_common whose existence we check
In commit 523fec52 (Do not assume we are in CTEST_SCRIPT_DIRECTORY,
2012-11-01) we accidentally changed only one of the two references to
CTEST_SCRIPT_DIRECTORY over to cmake_common_dir.
diff --git a/cmake_common.cmake b/cmake_common.cmake
index 090e844..6552e1d 100644
--- a/cmake_common.cmake
+++ b/cmake_common.cmake
@@ -423,5 +423,5 @@ if(EXISTS ${cmake_common_dir}/kwsys_common.cmake
endforeach()
unset(CTEST_CHECKOUT_COMMAND)
unset(CTEST_CONFIGURE_COMMAND)
- include(${CTEST_SCRIPT_DIRECTORY}/kwsys_common.cmake)
+ include(${cmake_common_dir}/kwsys_common.cmake)
endif()
-----------------------------------------------------------------------
Summary of changes:
cmake_common.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list