[Cmake-commits] CMake branch, next, updated. v2.8.7-3159-g7ff1fba

Brad King brad.king at kitware.com
Mon Mar 12 11:55:51 EDT 2012


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  7ff1fbaafefc4c9caa1f09baa2f580cb4950d439 (commit)
       via  54604ee7e997c950519623375812eb0470b8ef25 (commit)
      from  0ac1b0beaaed6eb468d84d95ae3880709e98cdfd (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=7ff1fbaafefc4c9caa1f09baa2f580cb4950d439
commit 7ff1fbaafefc4c9caa1f09baa2f580cb4950d439
Merge: 0ac1b0b 54604ee
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 12 11:55:48 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 12 11:55:48 2012 -0400

    Merge topic 'doc-Fortran-mod-dir-issue-13034' into next
    
    54604ee Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=54604ee7e997c950519623375812eb0470b8ef25
commit 54604ee7e997c950519623375812eb0470b8ef25
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 12 11:54:54 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 12 11:54:54 2012 -0400

    Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)
    
    CMake does not automatically pass the Fortran module output directory
    location to the module search path.  Add a note to the documentation
    that the location must also be specified by INCLUDE_DIRECTORIES.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 43f2068..ffdb363 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -982,7 +982,12 @@ void cmTarget::DefineProperties(cmake *cm)
      "When this property is not set the modules will be placed in the "
      "build directory corresponding to the target's source directory.  "
      "If the variable CMAKE_Fortran_MODULE_DIRECTORY is set when a target "
-     "is created its value is used to initialize this property.");
+     "is created its value is used to initialize this property."
+     "\n"
+     "Note that some compilers will automatically search the module output "
+     "directory for modules USEd during compilation but others will not.  "
+     "If your sources USE modules their location must be specified by "
+     "INCLUDE_DIRECTORIES regardless of this property.");
 
   cm->DefineProperty
     ("GNUtoMS", cmProperty::TARGET,

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

Summary of changes:
 Source/cmTarget.cxx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list