From bab72aba2c9bd9ced360ec42ffa0c699ff5294b6 Mon Sep 17 00:00:00 2001 From: Philipp Hasper Date: Wed, 10 May 2017 18:57:44 +0200 Subject: [PATCH] Added missing double quotes for cmake compiler parameter --- Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling.md b/Compiling.md index c4e9bcb..28fa39c 100644 --- a/Compiling.md +++ b/Compiling.md @@ -211,7 +211,7 @@ If you're building with cppan+cmake, run cmake as follows: ``` mkdir win64 && cd win64 cppan .. -cmake .. -G Visual Studio 14 2015 Win64 +cmake .. -G "Visual Studio 14 2015 Win64" ``` If you're building with cppan, edit cppan.yml and uncomment this line: