diff options
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. |