FindTDE: Conditional import of exported tdelibs targets.

This prevents multiple attempts to import exported tdelibs targets,
which would cause a collision if find_package( TDE ) is called
repeatedly for some reason.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/48/head
Slávek Banko 4 år sedan
förälder f7a3d5c3e2
incheckning e51ecbd591
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 608F5293A04BE668

@ -102,4 +102,6 @@ if( NOT TDE_FOUND )
endif( NOT TDE_FOUND )
include( "${TDE_CMAKE_DIR}/tdelibs.cmake" )
if( NOT TARGET tdecore-shared )
include( "${TDE_CMAKE_DIR}/tdelibs.cmake" )
endif()

Laddar…
Avbryt
Spara