mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
ENH: Fortran include path is the same as C and CXX include paths.
This commit is contained in:
parent
c391c5cbf4
commit
44f38c9b86
@ -466,6 +466,8 @@ void cmLocalUnixMakefileGenerator3::WriteDirectoryInformationFile()
|
||||
<< " )\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
|
||||
|
Loading…
Reference in New Issue
Block a user