[Cmake-commits] CMake branch, next, updated. v2.8.6-2315-g1f5d914
Bill Hoffman
bill.hoffman at kitware.com
Tue Dec 27 11:53:12 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 1f5d9142fe572d63aaf96391e08e671642c6994c (commit)
via 1c5838a0b8db1bc85056131fd6e79bb2d081ee73 (commit)
from a719919e4b447b0fbc93de96329ae5be75ecf7a5 (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=1f5d9142fe572d63aaf96391e08e671642c6994c
commit 1f5d9142fe572d63aaf96391e08e671642c6994c
Merge: a719919 1c5838a
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Dec 27 11:53:10 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 27 11:53:10 2011 -0500
Merge topic 'cmake_add_fortran_subdirectory' into next
1c5838a Try to fix for one last sun machine that is failing.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c5838a0b8db1bc85056131fd6e79bb2d081ee73
commit 1c5838a0b8db1bc85056131fd6e79bb2d081ee73
Author: Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Dec 27 11:21:14 2011 -0500
Commit: Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Dec 27 11:21:14 2011 -0500
Try to fix for one last sun machine that is failing.
diff --git a/Tests/VSGNUFortran/fortran/CMakeLists.txt b/Tests/VSGNUFortran/fortran/CMakeLists.txt
index 1d4d7be..2141d1a 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 sunmath m)
+ target_link_libraries(hello sunmath sunquad 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