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, master has been updated
       via  0682e77f3b65850d37d8d91533c62b30a348454b (commit)
       via  27b62fa4c564c1346bae6b957ba5cd6d9d32969c (commit)
      from  43edaee0ce663e4f1c2cfdfa4742450640a2f6e1 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0682e77f3b65850d37d8d91533c62b30a348454b
commit 0682e77f3b65850d37d8d91533c62b30a348454b
Merge: 43edaee 27b62fa
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Nov 9 13:14:58 2017 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Thu Nov 9 08:15:09 2017 -0500

    Merge topic 'fortran-flags-docstring'
    
    27b62fa4 Fortran: Use same DOC for flags as other languages
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !1463


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27b62fa4c564c1346bae6b957ba5cd6d9d32969c
commit 27b62fa4c564c1346bae6b957ba5cd6d9d32969c
Author:     Christian Pfeiffer <cpfeif...@live.de>
AuthorDate: Wed Nov 8 14:50:58 2017 +0100
Commit:     Christian Pfeiffer <cpfeif...@live.de>
CommitDate: Wed Nov 8 14:50:58 2017 +0100

    Fortran: Use same DOC for flags as other languages
    
    Currently, only Fortran uses the string "Flags for Fortran compiler",
    whereas C, CXX, CUDA all use the same, more descriptive string.

diff --git a/Modules/CMakeFortranInformation.cmake 
b/Modules/CMakeFortranInformation.cmake
index 8005da6..b315d33 100644
--- a/Modules/CMakeFortranInformation.cmake
+++ b/Modules/CMakeFortranInformation.cmake
@@ -169,7 +169,7 @@ foreach(c "" _DEBUG _RELEASE _MINSIZEREL _RELWITHDEBINFO)
 endforeach()
 
 set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS_INIT}" CACHE STRING
-     "Flags for Fortran compiler.")
+     "Flags used by the compiler during all build types.")
 
 include(CMakeCommonLanguageInclude)
 

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

Summary of changes:
 Modules/CMakeFortranInformation.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to