aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index da93b5c..7318f29 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@ x86 and using static Boost libraries):
> cmake -G "Visual Studio 12 2013" ^
-D BOOST_ROOT=C:\workspace\third-party\boost_1_58_0 ^
- -D Boost_USE_STATIC_LIBS=ON ^
+ -D Boost_USE_STATIC_LIBS=ON ^
+ -D Boost_USE_STATIC_RUNTIME=ON ^
C:\workspace\personal\aes-tools
...