Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
e48faced
Commit
e48faced
authored
Oct 23, 2013
by
Brad King
💬
Committed by
Kitware Robot
Oct 23, 2013
Browse files
Merge topic 'FindJava-msg'
c832299e
FindJava: fix message output (
#14502
)
parents
d67286ff
c832299e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindJava.cmake
View file @
e48faced
...
...
@@ -111,7 +111,7 @@ if(Java_JAVA_EXECUTABLE)
if
(
${
Java_FIND_REQUIRED
}
)
message
(
FATAL_ERROR
"Error executing java -version"
)
else
()
message
(
STATUS
"Warning, could not run java
-
-version"
)
message
(
STATUS
"Warning, could not run java -version"
)
endif
()
else
()
# extract major/minor version and patch level from "java -version" output
...
...
Write
Preview
Supports
Markdown
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