clarify SCRIBE_PATH error message

This commit is contained in:
Stephen Birarda 2016-08-31 14:08:59 -07:00
parent 7c45ed043e
commit d113105315

View file

@ -66,7 +66,7 @@ function(AUTOSCRIBE_SHADER SHADER_FILE)
if (NOT NATIVE_SCRIBE)
message(FATAL_ERROR "The High Fidelity scribe tool is required for shader pre-processing. \
Please compile scribe using your native toolchain and set SCRIBE_PATH to the location of the executable in your ENV.\
Please compile scribe using your native toolchain and set SCRIBE_PATH to the path containing the scribe executable in your ENV.\
")
endif ()