[Cmake-commits] CMake branch, master, updated. dfc1a5e12b83f431a0c80de9dbe5cb7433b4a9b3
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Mar 1 17:18:33 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 dfc1a5e12b83f431a0c80de9dbe5cb7433b4a9b3 (commit)
from 5cfbdb1f80bf7acbecd927ca584c36022c78a19a (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=dfc1a5e12b83f431a0c80de9dbe5cb7433b4a9b3
commit dfc1a5e12b83f431a0c80de9dbe5cb7433b4a9b3
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Mon Mar 1 17:17:28 2010 -0500
Use git for the checkout of the source tree instead of cvs.
diff --git a/Utilities/Release/dashmacmini2_release.cmake b/Utilities/Release/dashmacmini2_release.cmake
index f501415..645557b 100644
--- a/Utilities/Release/dashmacmini2_release.cmake
+++ b/Utilities/Release/dashmacmini2_release.cmake
@@ -13,5 +13,6 @@ CPACK_SYSTEM_NAME:STRING=Darwin-universal
BUILD_QtDialog:BOOL:=TRUE
QT_QMAKE_EXECUTABLE:FILEPATH=/Users/kitware/Software/QtBinUniversal/bin/qmake
")
+set(GIT_COMMAND /Users/kitware/.userroot/bin/git)
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${path}/release_cmake.cmake)
diff --git a/Utilities/Release/magrathea_release.cmake b/Utilities/Release/magrathea_release.cmake
index 549460e..a348235 100644
--- a/Utilities/Release/magrathea_release.cmake
+++ b/Utilities/Release/magrathea_release.cmake
@@ -3,6 +3,7 @@ set(HOST magrathea)
set(MAKE_PROGRAM "make")
set(CC gcc332s)
set(CXX c++332s)
+set(GIT_COMMAND /home/kitware/.userroot/git/bin/git)
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
CURSES_LIBRARY:FILEPATH=/usr/i686-gcc-332s/lib/libncurses.a
-----------------------------------------------------------------------
Summary of changes:
Utilities/Release/dashmacmini2_release.cmake | 1 +
Utilities/Release/magrathea_release.cmake | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list