commit | c6ccea1121963dd2a65d885d4ca80a7a9bd420a8 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Tue Dec 29 18:09:12 2015 -0800 |
committer | Jim Schaad <ietf@augustcellars.com> | Tue Dec 29 18:09:12 2015 -0800 |
tree | e47c4d34b6374df2fa5973a81da5f4b9ab1554b6 | |
parent | 9196709a3a038dd86044d4ad08bd3369190c3f18 [diff] [blame] |
fix typo
diff --git a/CMakeLists.txt b/CMakeLists.txt index f361270..e84f1f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -58,7 +58,7 @@ add_definitions( -Werror ) endif () if (optimize) -p add_definitions( -Os ) + add_definitions( -Os ) endif () elseif (MSVC) add_definitions ( /W4 )