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年前
コミット e51ecbd591
この署名に対応する既知のキーがデータベースに存在しません
GPGキー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()

読み込み中…
キャンセル
保存