|
|
|
@ -773,10 +773,12 @@ macro( tde_import _library )
|
|
|
|
|
else()
|
|
|
|
|
if( EXISTS "${TDE_CMAKE_DIR}/${_library}.cmake" )
|
|
|
|
|
include( "${TDE_CMAKE_DIR}/${_library}.cmake" )
|
|
|
|
|
message( STATUS " ok, found import file" )
|
|
|
|
|
elseif( EXISTS "${TQT_CMAKE_DIR}/${_library}.cmake" )
|
|
|
|
|
include( "${TQT_CMAKE_DIR}/${_library}.cmake" )
|
|
|
|
|
else()
|
|
|
|
|
tde_message_fatal( "'${_library}' are required,\n but is not installed nor selected for build" )
|
|
|
|
|
tde_message_fatal( "'${_library}' is required, but is not installed nor selected for build" )
|
|
|
|
|
endif()
|
|
|
|
|
message( STATUS " ok, found import file" )
|
|
|
|
|
endif()
|
|
|
|
|
endmacro()
|
|
|
|
|
|
|
|
|
|