[Cmake-commits] [cmake-commits] king committed cmDependsFortran.cxx 1.48 1.49

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 24 14:32:27 EST 2009


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

Modified Files:
	cmDependsFortran.cxx 
Log Message:
BUG: Fix Fortran implicit dependency include path

The previous change to Source/cmDependsFortran.cxx while refactoring
implicit dependency scanning configuration rules completely broke
loading of the include file search path while scanning Fortran
dependencies.  This adds the line that should have been added during the
previous change to load the include path correctly.


Index: cmDependsFortran.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDependsFortran.cxx,v
retrieving revision 1.48
retrieving revision 1.49
diff -C 2 -d -r1.48 -r1.49
*** cmDependsFortran.cxx	8 May 2008 14:09:14 -0000	1.48
--- cmDependsFortran.cxx	24 Feb 2009 19:32:25 -0000	1.49
***************
*** 142,145 ****
--- 142,148 ----
    Internal(new cmDependsFortranInternals)
  {
+   // Configure the include file search path.
+   this->SetIncludePathFromLanguage("Fortran");
+ 
    // Get the list of definitions.
    std::vector<std::string> definitions;



More information about the Cmake-commits mailing list