SET(_summary"${_summary}\n-----------------------------------------------------------------------------\n-- The following external packages were located on your system.\n-- This installation will have the extra features provided by these packages.\n-----------------------------------------------------------------------------\n${_enabled}")
ENDIF(EXISTS${_enabledFile})
IF(EXISTS${_disabledFile})
SET(_missingDeps1)
FILE(READ${_disabledFile}_disabled)
FILE(REMOVE${_disabledFile})
SET(_summary"${_summary}\n-----------------------------------------------------------------------------\n-- The following OPTIONAL packages could NOT be located on your system.\n-- Consider installing them to enable more features from this software.\n-----------------------------------------------------------------------------\n${_disabled}")
ENDIF(EXISTS${_disabledFile})
IF(EXISTS${_missingFile})
SET(_missingDeps1)
FILE(READ${_missingFile}_requirements)
SET(_summary"${_summary}\n-----------------------------------------------------------------------------\n-- The following REQUIRED packages could NOT be located on your system.\n-- You must install these packages before continuing.\n-----------------------------------------------------------------------------\n${_requirements}")
FILE(REMOVE${_missingFile})
SET(_haveMissingReq1)
ENDIF(EXISTS${_missingFile})
IF(NOT${_missingDeps})
SET(_summary"${_summary}\n-----------------------------------------------------------------------------\n-- Congratulations! All external packages have been found.")