[clang] a2601a4 - clang-format-vs : Fix typo NUGET_EXE_DIR on README

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 01:17:46 PST 2019


Author: Hans Wennborg
Date: 2019-11-26T10:16:06+01:00
New Revision: a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3

URL: https://github.com/llvm/llvm-project/commit/a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3
DIFF: https://github.com/llvm/llvm-project/commit/a2601a4116f6024b45fc6fbbbb53777d2f6a3cd3.diff

LOG: clang-format-vs : Fix typo NUGET_EXE_DIR on README

Match with the CMake variable.

Patch by empty2fill!

Differential revision: https://reviews.llvm.org/D70632

Added: 
    

Modified: 
    clang/tools/clang-format-vs/README.txt

Removed: 
    


################################################################################
diff  --git a/clang/tools/clang-format-vs/README.txt b/clang/tools/clang-format-vs/README.txt
index 84e0b451f018..2cac5b9af9e3 100644
--- a/clang/tools/clang-format-vs/README.txt
+++ b/clang/tools/clang-format-vs/README.txt
@@ -10,12 +10,12 @@ the following CMake vars:
 
 - BUILD_CLANG_FORMAT_VS_PLUGIN=ON
 
-- NUGET_EXE_PATH=path/to/nuget_dir (unless nuget.exe is already available in PATH)
+- NUGET_EXE_DIR=path/to/nuget_dir (unless nuget.exe is already available in PATH)
 
 example:
   cd /d C:\code\llvm
   mkdir build & cd build
-  cmake -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DNUGET_EXE_PATH=C:\nuget ..
+  cmake -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -DNUGET_EXE_DIR=C:\nuget ..
 
 Once LLVM.sln is generated, build the clang_format_vsix target, which will build
 ClangFormat.sln, the C# extension application.


        


More information about the cfe-commits mailing list