Unverified Commit ddc261b9 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Merge pull request #3295 from NervanaSystems/tsocha/improve-cmake-grama

[CMAKE] Change CODEGEN error on windows to be more grammatically correct
parents c1220108 6b34ae42
......@@ -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