Lines 211-217
Link Here
|
211 |
SET(VERSION_MSG "Found unsuitable version \"${VERSION}\", but required is at least \"${${_NAME}_FIND_VERSION}\"") |
211 |
SET(VERSION_MSG "Found unsuitable version \"${VERSION}\", but required is at least \"${${_NAME}_FIND_VERSION}\"") |
212 |
SET(VERSION_OK FALSE) |
212 |
SET(VERSION_OK FALSE) |
213 |
ELSE ("${${_NAME}_FIND_VERSION}" VERSION_GREATER "${VERSION}") |
213 |
ELSE ("${${_NAME}_FIND_VERSION}" VERSION_GREATER "${VERSION}") |
214 |
SET(VERSION_MSG "(found suitable version \"${VERSION}\", required is \"${${_NAME}_FIND_VERSION}\")") |
214 |
SET(VERSION_MSG "(found suitable version \"${VERSION}\", minimum required is \"${${_NAME}_FIND_VERSION}\")") |
215 |
ENDIF ("${${_NAME}_FIND_VERSION}" VERSION_GREATER "${VERSION}") |
215 |
ENDIF ("${${_NAME}_FIND_VERSION}" VERSION_GREATER "${VERSION}") |
216 |
ENDIF(${_NAME}_FIND_VERSION_EXACT) |
216 |
ENDIF(${_NAME}_FIND_VERSION_EXACT) |
217 |
|
217 |
|