[Cmake-commits] CMake branch, next, updated. v3.3.0-1906-gaac63e3
Brad King
brad.king at kitware.com
Wed Aug 5 10:45:15 EDT 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 aac63e39213c28b139ce4793684e199190aa659a (commit)
via f0609182cc2bbce7f6af557d6352e0c434e7acc2 (commit)
from 1e0d21e449ca1baed38683acb052f46e26526d73 (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=aac63e39213c28b139ce4793684e199190aa659a
commit aac63e39213c28b139ce4793684e199190aa659a
Merge: 1e0d21e f060918
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 5 10:45:14 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 5 10:45:14 2015 -0400
Merge topic 'compiler-version-Fortran' into next
f0609182 Fortran: Store detected compiler version persistently (#15684)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0609182cc2bbce7f6af557d6352e0c434e7acc2
commit f0609182cc2bbce7f6af557d6352e0c434e7acc2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 5 10:39:03 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 5 10:39:03 2015 -0400
Fortran: Store detected compiler version persistently (#15684)
The Fortran compiler version detection infrastructure added by commit
v3.3.0-rc1~436^2~9 (Fortran: Add infrastructure to detect compiler
version, 2015-02-17) forgot to update CMakeFortranCompiler.cmake.in to
save the compiler version persistently as we do already in
"CMake{C,CXX}Compiler.cmake.in". Add the missing line now.
diff --git a/Modules/CMakeFortranCompiler.cmake.in b/Modules/CMakeFortranCompiler.cmake.in
index e4c7618..14fdd60 100644
--- a/Modules/CMakeFortranCompiler.cmake.in
+++ b/Modules/CMakeFortranCompiler.cmake.in
@@ -1,6 +1,7 @@
set(CMAKE_Fortran_COMPILER "@CMAKE_Fortran_COMPILER@")
set(CMAKE_Fortran_COMPILER_ARG1 "@CMAKE_Fortran_COMPILER_ARG1@")
set(CMAKE_Fortran_COMPILER_ID "@CMAKE_Fortran_COMPILER_ID@")
+set(CMAKE_Fortran_COMPILER_VERSION "@CMAKE_Fortran_COMPILER_VERSION@")
set(CMAKE_Fortran_PLATFORM_ID "@CMAKE_Fortran_PLATFORM_ID@")
set(CMAKE_Fortran_SIMULATE_ID "@CMAKE_Fortran_SIMULATE_ID@")
set(CMAKE_Fortran_SIMULATE_VERSION "@CMAKE_Fortran_SIMULATE_VERSION@")
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeFortranCompiler.cmake.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list