[Cmake-commits] CMake branch, next, updated. v2.8.2-844-g8aee0e5

Brad King brad.king at kitware.com
Mon Sep 20 09:56:05 EDT 2010


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  8aee0e5f35a82512a10ff59b1f7c2535b4ec7316 (commit)
       via  c04af060093565d0bdb3703ca89176aff4732abf (commit)
      from  23fcc68045e8b2bd2e9824b4b443ca85ceddde5d (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=8aee0e5f35a82512a10ff59b1f7c2535b4ec7316
commit 8aee0e5f35a82512a10ff59b1f7c2535b4ec7316
Merge: 23fcc68 c04af06
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 20 09:56:01 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 20 09:56:01 2010 -0400

    Merge topic 'compaq-fortran-moddir-flag' into next
    
    c04af06 Add module-dir flag for Compaq Visual Fortran (#11248)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c04af060093565d0bdb3703ca89176aff4732abf
commit c04af060093565d0bdb3703ca89176aff4732abf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 20 09:53:45 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 20 09:53:45 2010 -0400

    Add module-dir flag for Compaq Visual Fortran (#11248)
    
    This compiler uses "-module:" to specify where modules should be placed.

diff --git a/Modules/Platform/Windows-df.cmake b/Modules/Platform/Windows-df.cmake
index 753b198..f5046bf 100644
--- a/Modules/Platform/Windows-df.cmake
+++ b/Modules/Platform/Windows-df.cmake
@@ -10,6 +10,8 @@ ELSE(CMAKE_VERBOSE_MAKEFILE)
   SET(CMAKE_CL_NOLOGO "/nologo")
 ENDIF(CMAKE_VERBOSE_MAKEFILE)
 
+SET(CMAKE_Fortran_MODDIR_FLAG "-module:")
+
 SET(CMAKE_Fortran_CREATE_SHARED_LIBRARY
  "link ${CMAKE_CL_NOLOGO} ${CMAKE_START_TEMP_FILE}  /out:<TARGET> /dll  <LINK_FLAGS> <OBJECTS> <LINK_LIBRARIES> ${CMAKE_END_TEMP_FILE}")
 

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

Summary of changes:
 Modules/Platform/Windows-df.cmake |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list