diff options
author | Brad King <brad.king@kitware.com> | 2021-05-11 18:53:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-12 11:35:16 (GMT) |
commit | f89c1a559d2cd53bf5b3b4218e6b657517eabe58 (patch) | |
tree | 0288ae0f714542538c47bb12c2bebb3c8707fe48 /Modules/UseJava.cmake | |
parent | ce19e38151569fa93c0a701a04720f1b49917deb (diff) | |
download | CMake-f89c1a559d2cd53bf5b3b4218e6b657517eabe58.zip CMake-f89c1a559d2cd53bf5b3b4218e6b657517eabe58.tar.gz CMake-f89c1a559d2cd53bf5b3b4218e6b657517eabe58.tar.bz2 |
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.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/UseJava.cmake b/Modules/UseJava.cmake index 67478cc..baed7ef 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. |