summaryrefslogtreecommitdiff
path: root/Modules/UseJava.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-11 14:53:53 -0400
committerBrad King <brad.king@kitware.com>2021-05-12 07:35:16 -0400
commitf89c1a559d2cd53bf5b3b4218e6b657517eabe58 (patch)
tree0288ae0f714542538c47bb12c2bebb3c8707fe48 /Modules/UseJava.cmake
parentce19e38151569fa93c0a701a04720f1b49917deb (diff)
downloadcmake-f89c1a559d2cd53bf5b3b4218e6b657517eabe58.tar.gz
UseJava: Avoid non-word "compilability" in documentation
Also fix spelling in the release note from commit 3e03f359a7 (UseJava: Add RESOURCES with NAMESPACE to add_jar(), 2021-04-27).
Diffstat (limited to 'Modules/UseJava.cmake')
-rw-r--r--Modules/UseJava.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake
index 67478cca3e..baed7ef253 100644
--- a/Modules/UseJava.cmake
+++ b/Modules/UseJava.cmake
@@ -51,7 +51,7 @@ almost certainly result in confusion.
.. note:: SOURCES
Adding resources via the ``SOURCES`` parameter relies upon a hard-coded
- list of file extensions which are tested to determine compilability
+ list of file extensions which are tested to determine whether they compile
(e.g. File.java). ``SOURCES`` files which match the extensions are compiled.
Files which do not match are treated as resources. To include uncompiled
resources matching those file extensions use the ``RESOURCES`` parameter.