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  e2a3b037a3f7c1615777c215bde3bb9f238093ba (commit)
       via  110a273b3f7c8a5079f15c254b46692e0715fa3f (commit)
      from  b1b270861d80e0a607c132f8b7f6d63136292ae0 (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=e2a3b037a3f7c1615777c215bde3bb9f238093ba
commit e2a3b037a3f7c1615777c215bde3bb9f238093ba
Merge: b1b2708 110a273
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Mar 12 12:17:56 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Mar 12 12:17:56 2014 -0400

    Merge topic 'fix-Qt5-windows-build' into next
    
    110a273b Fix off-by-not


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=110a273b3f7c8a5079f15c254b46692e0715fa3f
commit 110a273b3f7c8a5079f15c254b46692e0715fa3f
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Mar 12 17:14:44 2014 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Mar 12 17:14:44 2014 +0100

    Fix off-by-not

diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index 9284e58..cbb8830 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -120,7 +120,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
 add_executable(cmake-gui WIN32 MACOSX_BUNDLE ${SRCS})
 target_link_libraries(cmake-gui CMakeLib ${QT_LIBRARIES})
-if (POLICY CMP0020)
+if (NOT POLICY CMP0020)
   target_link_libraries(cmake-gui ${QT_QTMAIN_LIBRARY})
 endif()
 if(Qt_BIN_DIR)

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

Summary of changes:
 Source/QtDialog/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to