Java components not installed, but referenced in CMake files
Bug #1064540 reported by
Nico Schlömer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vtk (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
With a clean installation, I get the following kind of warnings when doing
FIND_PACKAGE(VTK)
in CMake:
================= *snip* =================
-- The imported target "vtkParseJava" references the file
"/usr/
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/
but not all the files it references.
================= *snap* =================
Note that those are warnings, not errors.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.