[vtk-developers] New cmake modules: TBB broken?
Ben Boeckel
ben.boeckel at kitware.com
Tue Jan 8 14:21:09 EST 2019
On Tue, Jan 08, 2019 at 10:34:09 -0700, clinton at elemtech.com wrote:
> I had similar problems with FindX11.cmake.
>
> I built VTK, then tried to use it in my application where I already have a find_package(X11), and it gave me tons of errors :
> add_library cannot create imported target "X11::...." because another target with the same name already exists.
Thanks for the report. Will guard the target creation with checks that
they don't already exist.
--Ben
More information about the vtk-developers
mailing list