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  95d2dd810fc97b17a8516f5f6488aae3ee0c3c13 (commit)
       via  c26ac223df45d67fcd7de664856fe7abf98d7935 (commit)
      from  523cf8a7d69df6442bd63023f3925451520bf04a (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=95d2dd810fc97b17a8516f5f6488aae3ee0c3c13
commit 95d2dd810fc97b17a8516f5f6488aae3ee0c3c13
Merge: 523cf8a c26ac22
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Feb 18 13:13:42 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Feb 18 13:13:42 2013 -0500

    Merge topic 'NAG-Fortran-PIC' into next
    
    c26ac22 NAG: Use -PIC for Fortran position-independent code (#13932)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c26ac223df45d67fcd7de664856fe7abf98d7935
commit c26ac223df45d67fcd7de664856fe7abf98d7935
Author:     Neil Carlson <neil.n.carl...@gmail.com>
AuthorDate: Mon Feb 18 13:10:35 2013 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Feb 18 13:12:50 2013 -0500

    NAG: Use -PIC for Fortran position-independent code (#13932)
    
    The Numerical Algorithms Group (NAG) Fortran compiler documents -PIC for
    position-independent code.

diff --git a/Modules/Compiler/NAG-Fortran.cmake 
b/Modules/Compiler/NAG-Fortran.cmake
index 9a89746..18f141e 100644
--- a/Modules/Compiler/NAG-Fortran.cmake
+++ b/Modules/Compiler/NAG-Fortran.cmake
@@ -32,3 +32,4 @@ set(CMAKE_Fortran_MODDIR_FLAG "-mdir ")
 set(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-PIC")
 set(CMAKE_Fortran_FORMAT_FIXED_FLAG "-fixed")
 set(CMAKE_Fortran_FORMAT_FREE_FLAG "-free")
+set(CMAKE_Fortran_COMPILE_OPTIONS_PIC "-PIC")

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

Summary of changes:
 Modules/Compiler/NAG-Fortran.cmake |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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