aboutsummaryrefslogtreecommitdiff
path: root/cmake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/options.cmake')
-rw-r--r--cmake/options.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/options.cmake b/cmake/options.cmake
index 94d96305984..80f07b182fc 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()