diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:57 (GMT) |
commit | 8ac8739b2e5df2f36194261f9dcac95107b4b5f7 (patch) | |
tree | 0cdf925989664eb574abc68bdf3cc1b568f36ec6 /Source/cmGlobalVisualStudioGenerator.h | |
parent | 84fb579fc8935202bf182bbd1685aff6acc2a3b5 (diff) | |
download | CMake-8ac8739b2e5df2f36194261f9dcac95107b4b5f7.zip CMake-8ac8739b2e5df2f36194261f9dcac95107b4b5f7.tar.gz CMake-8ac8739b2e5df2f36194261f9dcac95107b4b5f7.tar.bz2 |
VS: Port TargetIsFortranOnly to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 5ada37e..f0bc5dc 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -73,7 +73,7 @@ public: const char* vsSolutionFile = 0); // return true if target is fortran only - bool TargetIsFortranOnly(cmTarget const& t); + bool TargetIsFortranOnly(const cmGeneratorTarget *gt); /** Get the top-level registry key for this VS version. */ std::string GetRegistryBase(); |