From fe96a215d9c36c172a1a4387a10a2c7d79c52e58 Mon Sep 17 00:00:00 2001
From: Josh Haberman <jhaberman@gmail.com>
Date: Wed, 10 Feb 2016 14:44:29 -0800
Subject: [PATCH] Clarified that 'nmake' must be run before 'nmake check'.

---
 cmake/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake/README.md b/cmake/README.md
index 58aae8e9ff..1e7410d828 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -157,7 +157,8 @@ And wait for the compilation to finish.
 Testing
 =======
 
-To run unit-tests:
+To run unit-tests, first you must compile protobuf as described above.
+Then run:
 
      C:\Path\to\protobuf\cmake\build\release>nmake check