| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Set "Clean class files" message to verbose.
Fixes: #22107
|
|
|
|
|
|
| |
The files generated by `install(EXPORT)`, `export()`, and
`install_jar_exports()` commands are known to work with policies
as of CMake 3.29, so enable them in sufficiently new CMake versions.
|
|
|
|
| |
Closes: #25829
|
|
|
|
|
|
| |
The files generated by `install(EXPORT)`, `export()`, and
`install_jar_exports()` commands are known to work with policies
as of CMake 3.28, so enable them in sufficiently new CMake versions.
|
|
|
|
|
|
|
| |
Extend commit c5f1af1ffe (export: Increase maximum policy version in
exported files to 3.27, 2023-10-03) to cover UseJava too.
Fixes: #22655
|
|
|
|
|
|
|
| |
Since 3.19, CMake generates a deprecation warning when using a minimum
version less than 2.8.12. This eliminates those warnings generated
during tests, which are typically hidden from the user and developer but
are being generated nonetheless.
|
|
|
|
| |
Also, exclude them from the help module index.
|
|
If java_class_filelist exists, remove previous class files before building the
new ones. If java_sources content has changed, clean and rebuild the class
files of the target.
Fixes: #20377
|