[Cmake-commits] CMake branch, next, updated. v2.8.6-2305-g92488b3

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 20 16:56:34 EST 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  92488b316e88fad18ec2605dd7efbe8b1f901ba2 (commit)
       via  30b932a62cb8531177fe6176b16a6b96cadbe314 (commit)
       via  f169155987dafcc2973850f7c80a3483927b19db (commit)
      from  182ad9d58ff40da770b9e1ce6ab633d26471bde2 (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=92488b316e88fad18ec2605dd7efbe8b1f901ba2
commit 92488b316e88fad18ec2605dd7efbe8b1f901ba2
Merge: 182ad9d 30b932a
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Dec 20 16:56:31 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 20 16:56:31 2011 -0500

    Merge topic 'cmake_add_fortran_subdirectory' into next
    
    30b932a Add extra link libraries fio and sunmath for SunOS.
    f169155 Merge commit '6571f4655a4e86986ca30215f46e6867c0ff7b92' into cmake_add_fortran_subdirectory


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=30b932a62cb8531177fe6176b16a6b96cadbe314
commit 30b932a62cb8531177fe6176b16a6b96cadbe314
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Dec 20 16:54:24 2011 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Dec 20 16:54:24 2011 -0500

    Add extra link libraries fio and sunmath for SunOS.
    
    Try to fix a dashboard failure by adding these libraries.

diff --git a/Tests/VSGNUFortran/fortran/CMakeLists.txt b/Tests/VSGNUFortran/fortran/CMakeLists.txt
index d0bb70f..f96ac80 100644
--- a/Tests/VSGNUFortran/fortran/CMakeLists.txt
+++ b/Tests/VSGNUFortran/fortran/CMakeLists.txt
@@ -12,4 +12,7 @@ add_library(world SHARED world.f)
 target_link_libraries(hello world)
 if(CMAKE_Fortran_COMPILER_ID MATCHES SunPro)
   target_link_libraries(hello fsu)
+  if(CMAKE_Fortran_PLATFORM_ID MATCHES SunOS)
+    target_link_libraries(hello fio sunmath)
+  endif()
 endif()

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f169155987dafcc2973850f7c80a3483927b19db
commit f169155987dafcc2973850f7c80a3483927b19db
Merge: 32c3d6d 6571f46
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Fri Dec 16 18:21:46 2011 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Fri Dec 16 18:21:46 2011 -0500

    Merge commit '6571f4655a4e86986ca30215f46e6867c0ff7b92' into cmake_add_fortran_subdirectory


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

Summary of changes:
 Tests/VSGNUFortran/fortran/CMakeLists.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list