[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6852-g221d299

Nils Gladitz nilsgladitz at gmail.com
Wed Jan 8 10:27:57 EST 2014


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, next has been updated
       via  221d29915900633f57844ebe7f2fca1a6c008ee0 (commit)
       via  861742ab2516791f916d1d541def80f415736f2d (commit)
      from  1ccd75a38da70aaa0da56e284d99fa74673fd8ec (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=221d29915900633f57844ebe7f2fca1a6c008ee0
commit 221d29915900633f57844ebe7f2fca1a6c008ee0
Merge: 1ccd75a 861742a
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Wed Jan 8 10:27:56 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 8 10:27:56 2014 -0500

    Merge topic 'optional-install' into next
    
    861742a InstallRules: try to fix MissingInstall test on VS6


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=861742ab2516791f916d1d541def80f415736f2d
commit 861742ab2516791f916d1d541def80f415736f2d
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Wed Jan 8 16:27:38 2014 +0100
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Wed Jan 8 16:27:38 2014 +0100

    InstallRules: try to fix MissingInstall test on VS6

diff --git a/Tests/MissingInstall/ExpectInstallFail.cmake b/Tests/MissingInstall/ExpectInstallFail.cmake
index a9eb2fb..3d677bf 100644
--- a/Tests/MissingInstall/ExpectInstallFail.cmake
+++ b/Tests/MissingInstall/ExpectInstallFail.cmake
@@ -13,6 +13,6 @@ execute_process(
   ERROR_VARIABLE ERROR
 )
 
-if(NOT "${RESULT}" GREATER "0")
+if(RESULT EQUAL 0)
   message(FATAL_ERROR "install should have failed")
 endif()

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

Summary of changes:
 Tests/MissingInstall/ExpectInstallFail.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list