[cmake-commits] king committed cmLocalUnixMakefileGenerator3.cxx
1.218 1.219
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Dec 17 17:54:45 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv10769/Source
Modified Files:
cmLocalUnixMakefileGenerator3.cxx
Log Message:
ENH: Fortran include path is the same as C and CXX include paths.
Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- cmLocalUnixMakefileGenerator3.cxx 26 Nov 2007 15:01:49 -0000 1.218
+++ cmLocalUnixMakefileGenerator3.cxx 17 Dec 2007 22:54:43 -0000 1.219
@@ -466,6 +466,8 @@
<< " )\n";
infoFileStream
<< "SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})\n";
+ infoFileStream
+ << "SET(CMAKE_Fortran_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})\n";
// Store the include regular expressions for this directory.
infoFileStream
More information about the Cmake-commits
mailing list