Unverified Commit b5549e0d authored by Tomasz Socha's avatar Tomasz Socha Committed by GitHub

[CMAKE] Change CODEGEN error on windows to be more grammatically correct

parent f6f3a032
......@@ -540,7 +540,7 @@ if(NGRAPH_CODEGEN_ENABLE)
elseif (NOT MSVS)
include(cmake/external_llvm.cmake)
else()
message(FATAL_ERROR "CODEGEN not support on Windows!")
message(FATAL_ERROR "CODEGEN is not supported on Windows!")
endif()
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment