[Cmake-commits] CMake branch, next, updated. v2.8.5-1489-gfaeaf44

Stephen Kelly steveire at gmail.com
Wed Aug 10 15:50:56 EDT 2011


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  faeaf44144bb727ca68e186dd4f25135a594abf2 (commit)
       via  b4434591fb70a424510a331b68d5f472da93fcf6 (commit)
      from  3621ad6e511fb0f9190ec51621b970ffb30d3434 (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=faeaf44144bb727ca68e186dd4f25135a594abf2
commit faeaf44144bb727ca68e186dd4f25135a594abf2
Merge: 3621ad6 b443459
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 10 15:50:54 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 10 15:50:54 2011 -0400

    Merge topic 'generate_export_header' into next
    
    b443459 Use the correct project name compiletest not compilefail


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b4434591fb70a424510a331b68d5f472da93fcf6
commit b4434591fb70a424510a331b68d5f472da93fcf6
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 10 21:50:06 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Aug 10 21:50:06 2011 +0200

    Use the correct project name compiletest not compilefail
    
    Should fix windows VS solution based builds.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 064b9e3..eb19afb 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -71,7 +71,7 @@ macro(_do_build Include Library LibrarySource Source)
 
   try_compile(Result ${CMAKE_CURRENT_BINARY_DIR}/fail${COUNT}
     ${CMAKE_CURRENT_BINARY_DIR}/test${COUNT}
-    compilefail
+    compiletest
     OUTPUT_VARIABLE Out
   )
 endmacro()

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

Summary of changes:
 Tests/Module/GenerateExportHeader/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list