diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-08 03:22:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-02-08 03:22:18 +0300 |
commit | 6efde574b8442cf3717b21ffa1434a181d7b6296 (patch) | |
tree | 5d0abdcea46583cd7c7d1f33919de622c617be5a /README.md | |
parent | test: code style (diff) | |
download | aes-tools-6efde574b8442cf3717b21ffa1434a181d7b6296.tar.gz aes-tools-6efde574b8442cf3717b21ffa1434a181d7b6296.zip |
CMakeLists.txt updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ... |