aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-06 18:17:06 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-05 00:02:16 +0100
commitde16ff14ded3472b4d8f8c3a2afb50709cbe8950 (patch)
treeb91dbf6c11969e180a0a0a7f03ad66439cc9900c /cmake
parent4cdd8e048c3bfb29ff5b8a72d854102929c20a44 (diff)
Update options.cmake
(cherry picked from commit e3de0ef531bf89a2f4193cf1beecf4bce05971af)
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 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()