mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:03:11 +02:00
clarify SCRIBE_PATH error message
This commit is contained in:
parent
7c45ed043e
commit
d113105315
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function(AUTOSCRIBE_SHADER SHADER_FILE)
|
||||||
|
|
||||||
if (NOT NATIVE_SCRIBE)
|
if (NOT NATIVE_SCRIBE)
|
||||||
message(FATAL_ERROR "The High Fidelity scribe tool is required for shader pre-processing. \
|
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 ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue