[Cmake-commits] [cmake-commits] king committed cmTarget.cxx 1.210 1.211

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 28 13:07:05 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv20026/Source

Modified Files:
	cmTarget.cxx 
Log Message:
ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it.


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.210
retrieving revision 1.211
diff -C 2 -d -r1.210 -r1.211
*** cmTarget.cxx	15 Mar 2008 14:00:06 -0000	1.210
--- cmTarget.cxx	28 Mar 2008 17:07:03 -0000	1.211
***************
*** 568,572 ****
       "the directory in which the modules will be placed.  "
       "When this property is not set the modules will be placed in the "
!      "build directory corresponding to the target's source directory.");
  
    cm->DefineProperty
--- 568,574 ----
       "the directory in which the modules will be placed.  "
       "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.");
  
    cm->DefineProperty



More information about the Cmake-commits mailing list