mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user