[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3184-g41afe8b

Brad King brad.king at kitware.com
Fri May 16 14:01:08 EDT 2014


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  41afe8b805b174664a8c28429c70b717838d6093 (commit)
       via  61ed0f783a7ef8f80c1cb4d98a1ee1b13d9e3351 (commit)
      from  6f370917e704c8aa61be4a88d3cad0eb93ca47fe (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=41afe8b805b174664a8c28429c70b717838d6093
commit 41afe8b805b174664a8c28429c70b717838d6093
Merge: 6f37091 61ed0f7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 16 14:01:07 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 16 14:01:07 2014 -0400

    Merge topic 'preserve_cmake_minimum_required_version' into next
    
    61ed0f78 FortranCInterface: Set CMP0022 to OLD until language propagation is fixed


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61ed0f783a7ef8f80c1cb4d98a1ee1b13d9e3351
commit 61ed0f783a7ef8f80c1cb4d98a1ee1b13d9e3351
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 16 14:01:14 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri May 16 14:01:14 2014 -0400

    FortranCInterface: Set CMP0022 to OLD until language propagation is fixed

diff --git a/Modules/FortranCInterface/Verify/CMakeLists.txt b/Modules/FortranCInterface/Verify/CMakeLists.txt
index cde3c53..f17d91a 100644
--- a/Modules/FortranCInterface/Verify/CMakeLists.txt
+++ b/Modules/FortranCInterface/Verify/CMakeLists.txt
@@ -10,6 +10,7 @@
 #=============================================================================
 
 cmake_minimum_required(VERSION ${CMAKE_VERSION})
+cmake_policy(SET CMP0022 OLD) # TODO: This should not be needed.
 project(VerifyFortranC C Fortran)
 
 option(VERIFY_CXX "Whether to verify C++ and Fortran" OFF)

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

Summary of changes:
 Modules/FortranCInterface/Verify/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list