[Cmake-commits] CMake branch, next, updated. v3.4.1-1616-gfe032a6

Chuck Atkins chuck.atkins at kitware.com
Fri Dec 4 13:47:06 EST 2015


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  fe032a678a4e893c33ebecccec06b0167ce52b54 (commit)
       via  fedd71b69c7266c2aa517fbe13cfa4d308a46b33 (commit)
      from  89a6daaf935e28ef3867518d28322af9cfeb4280 (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=fe032a678a4e893c33ebecccec06b0167ce52b54
commit fe032a678a4e893c33ebecccec06b0167ce52b54
Merge: 89a6daa fedd71b
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Fri Dec 4 13:47:06 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 4 13:47:06 2015 -0500

    Merge topic 'detect-compiler-wrappers' into next
    
    fedd71b6 Compiler: Fix typo in CMakeFortranInformation


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fedd71b69c7266c2aa517fbe13cfa4d308a46b33
commit fedd71b69c7266c2aa517fbe13cfa4d308a46b33
Author:     Chuck Atkins <chuck.atkins at kitware.com>
AuthorDate: Fri Dec 4 13:46:30 2015 -0500
Commit:     Chuck Atkins <chuck.atkins at kitware.com>
CommitDate: Fri Dec 4 13:46:30 2015 -0500

    Compiler: Fix typo in CMakeFortranInformation

diff --git a/Modules/CMakeFortranInformation.cmake b/Modules/CMakeFortranInformation.cmake
index 7bd9310..1fd0972 100644
--- a/Modules/CMakeFortranInformation.cmake
+++ b/Modules/CMakeFortranInformation.cmake
@@ -41,7 +41,7 @@ endif ()
 
 # load any compiler-wrapper specific information
 if (CMAKE_Fortran_COMPILER_WRAPPER)
-  __cmake_include_compiler_wrapper(CXX)
+  __cmake_include_compiler_wrapper(Fortran)
 endif ()
 
 # We specify the compiler information in the system file for some

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list