Removing status msg: "Could not find scp or pscp executable" for case when scp not on system. Clutters output, and is not really necessary.

master
Jennifer Leech 2008-07-02 19:59:11 +00:00
parent 1a104d700b
commit 1a954d38cd
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ IF (SCP_FOUND)
ELSE (SCP_FOUND)
IF (SCP_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find scp or pscp executable")
ELSE (SCP_FIND_REQUIRED)
MESSAGE(STATUS "Could not find scp or pscp executable")
ENDIF (SCP_FIND_REQUIRED)
ENDIF (SCP_FOUND)