aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-06 18:17:06 +0200
committerGitHub <noreply@github.com>2016-07-06 18:17:06 +0200
commite3de0ef531bf89a2f4193cf1beecf4bce05971af (patch)
tree9e0eaa6323981d6772320fd1c60ec574a5f1687f /cmake
parent3016783595c53d696c3355f4887da2bf83de3522 (diff)
Update options.cmake
Diffstat (limited to '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()