diff options
author | Alex Neundorf <neundorf@kde.org> | 2014-01-01 16:52:57 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2014-01-01 16:52:57 (GMT) |
commit | e6b0f452ee1d2cbe26f9977c94470c223c13ab05 (patch) | |
tree | 53a68490bb8c4a38531907c70dead02599b448a1 /Source/cmExtraEclipseCDT4Generator.h | |
parent | 9e9debe505964525c9a8466b8d76ceb24b4ee022 (diff) | |
download | CMake-e6b0f452ee1d2cbe26f9977c94470c223c13ab05.zip CMake-e6b0f452ee1d2cbe26f9977c94470c223c13ab05.tar.gz CMake-e6b0f452ee1d2cbe26f9977c94470c223c13ab05.tar.bz2 |
Eclipse: use MachO64 parser starting with Helios (#14380)
With this patch, cmake now puts the MachO64 bit
binary file parser into the config file if the detected
Eclipse is at least Helios (7.0), otherwise with the old
parser executables will not be recognized by Eclipse.
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 9c89f85..d88b247 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -115,6 +115,7 @@ private: bool GenerateLinkedResources; bool SupportsVirtualFolders; bool SupportsGmakeErrorParser; + bool SupportsMachO64Parser; }; |