Update options.cmake

(cherry picked from commit e3de0ef531)
This commit is contained in:
Aokromes
2016-07-06 18:17:06 +02:00
committed by joschiwald
parent 4cdd8e048c
commit de16ff14de

View File

@@ -17,7 +17,8 @@ if (SCRIPTS)
list (FIND SCRIPTS_AVAILABLE_OPTIONS "${SCRIPTS}" SCRIPTS_INDEX)
if (${SCRIPTS_INDEX} EQUAL -1)
message(FATAL_ERROR "The value (${SCRIPTS}) of your SCRIPTS variable is invalid! "
"Allowed values are: ${SCRIPTS_AVAILABLE_OPTIONS}")
"Allowed values are: ${SCRIPTS_AVAILABLE_OPTIONS} if you still "
"have problems search on forum for TCE00019.")
endif()
endif()