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 years ago
parent f7a3d5c3e2
commit e51ecbd591
No known key found for this signature in database
GPG Key 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()

Loading…
Cancel
Save