[Cmake-commits] CMake branch, next, updated. v2.8.6-2309-gd93673a

Bill Hoffman bill.hoffman at kitware.com
Wed Dec 21 14:50:19 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  d93673a5d3e2a0b0d0a9ef3d8afe9ff55a77b353 (commit)
       via  a542139c9314f096d86ddaccd5737585b0bf5650 (commit)
      from  9a47eba294aeb006f0d30b8ac2c5fbf739559cf7 (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=d93673a5d3e2a0b0d0a9ef3d8afe9ff55a77b353
commit d93673a5d3e2a0b0d0a9ef3d8afe9ff55a77b353
Merge: 9a47eba a542139
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Dec 21 14:50:17 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 21 14:50:17 2011 -0500

    Merge topic 'cmake_add_fortran_subdirectory' into next
    
    a542139 Remove fio library and add m to fix link on Sun.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a542139c9314f096d86ddaccd5737585b0bf5650
commit a542139c9314f096d86ddaccd5737585b0bf5650
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Wed Dec 21 14:49:19 2011 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Wed Dec 21 14:49:19 2011 -0500

    Remove fio library and add m to fix link on Sun.

diff --git a/Tests/VSGNUFortran/fortran/CMakeLists.txt b/Tests/VSGNUFortran/fortran/CMakeLists.txt
index f96ac80..1d4d7be 100644
--- a/Tests/VSGNUFortran/fortran/CMakeLists.txt
+++ b/Tests/VSGNUFortran/fortran/CMakeLists.txt
@@ -13,6 +13,6 @@ 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)
+    target_link_libraries(hello sunmath m)
   endif()
 endif()

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list