Removing status msg: "Could not find scp or pscp executable" for case when scp not on system. Clutters output, and is not really necessary.
parent
1a104d700b
commit
1a954d38cd
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue