From 3bb8fefb121c8e8abbb3cd41e80218722cfde880 Mon Sep 17 00:00:00 2001
From: Richard Berger <richard.berger@temple.edu>
Date: Wed, 15 Aug 2018 10:57:45 -0400
Subject: [PATCH] Little tweak to error message

---
 cmake/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index b75c029a51..8d2038aea8 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -35,7 +35,7 @@ function(validate_option name values)
     if(${IDX_LOWER} LESS 0 AND ${IDX_UPPER} LESS 0)
         list_to_bulletpoints(POSSIBLE_VALUE_LIST ${${values}})
         message(FATAL_ERROR "\n########################################################################\n"
-                            "Invalid value '${${name}}' for option '${name}'\n"
+                            "Invalid value '${${name}}' for option ${name}\n"
                             "\n"
                             "Possible values are:\n"
                             "${POSSIBLE_VALUE_LIST}"
-- 
GitLab