aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/options.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index f400e997a5e..cf0244741ae 100644
--- a/cmake/options.cmake
+++ b/cmake/options.cmake
@@ -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()