Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
bcccddc7
Commit
bcccddc7
authored
Jul 28, 2012
by
Alexander Neundorf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eclipse: add support for the 4.2 Juno release (
#13367
)
Thanks for the path to Nicholas Yue. Alex
parent
f66c82c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Modules/CMakeFindEclipseCDT4.cmake
Modules/CMakeFindEclipseCDT4.cmake
+4
-1
No files found.
Modules/CMakeFindEclipseCDT4.cmake
View file @
bcccddc7
...
...
@@ -37,6 +37,7 @@ FUNCTION(_FIND_ECLIPSE_VERSION)
SET
(
_ECLIPSE_VERSION_NAME_3.5
"Galileo"
)
SET
(
_ECLIPSE_VERSION_NAME_3.6
"Helios"
)
SET
(
_ECLIPSE_VERSION_NAME_3.7
"Indigo"
)
SET
(
_ECLIPSE_VERSION_NAME_4.2
"Juno"
)
IF
(
_ECLIPSE_VERSION
)
MESSAGE
(
STATUS
"Found Eclipse version
${
_ECLIPSE_VERSION
}
(
${
_ECLIPSE_VERSION_NAME_
${
_ECLIPSE_VERSION
}}
)"
)
...
...
@@ -51,7 +52,9 @@ FUNCTION(_FIND_ECLIPSE_VERSION)
"3.4 (
${
_ECLIPSE_VERSION_NAME_3.4
}
)"
"3.5 (
${
_ECLIPSE_VERSION_NAME_3.5
}
)"
"3.6 (
${
_ECLIPSE_VERSION_NAME_3.6
}
)"
"3.7 (
${
_ECLIPSE_VERSION_NAME_3.7
}
)"
)
"3.7 (
${
_ECLIPSE_VERSION_NAME_3.7
}
)"
"4.2 (
${
_ECLIPSE_VERSION_NAME_4.2
}
)"
)
ENDFUNCTION
()
_FIND_ECLIPSE_VERSION
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment