diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-06-10 14:58:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-17 18:22:29 (GMT) |
commit | 49f10f0d24420f7d96c5153ba64a16b3f43c4736 (patch) | |
tree | bd6ae93de51dc222b30bb127bb5d336dc157df90 /Source/cmCommonTargetGenerator.h | |
parent | 0392f72bef5f1394c2dba3740f2a701fe1a98f0d (diff) | |
download | CMake-49f10f0d24420f7d96c5153ba64a16b3f43c4736.zip CMake-49f10f0d24420f7d96c5153ba64a16b3f43c4736.tar.gz CMake-49f10f0d24420f7d96c5153ba64a16b3f43c4736.tar.bz2 |
cmGeneratorTarget: Adopt Fortran module directory generation
Move code to create/get the fortran module directory from the
cmCommonTargetGenerator to cmGeneratorTarget.
Rename the ComputeFortranModuleDirectory method to
CreateFortranModuleDirectory as this method *creates* the directory if
it is missing.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index c35d22a..dc4974c 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -53,12 +53,6 @@ protected: // The windows module definition source file (.def), if any. cmSourceFile const* ModuleDefinitionFile; - // Target-wide Fortran module output directory. - bool FortranModuleDirectoryComputed; - std::string FortranModuleDirectory; - std::string GetFortranModuleDirectory(); - virtual std::string ComputeFortranModuleDirectory() const; - // Compute target-specific Fortran language flags. void AddFortranFlags(std::string& flags); |