Added missing double quotes for cmake compiler parameter

Philipp Hasper 2017-05-10 18:57:44 +02:00
parent 827b6fae3d
commit bab72aba2c

@ -211,7 +211,7 @@ If you're building with cppan+cmake, run cmake as follows:
``` ```
mkdir win64 && cd win64 mkdir win64 && cd win64
cppan .. 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: If you're building with cppan, edit cppan.yml and uncomment this line: