mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 00:57:38 +00:00
Fix typo introduced in commit 66a08c10 (more uniform approach to enable
language, 2004-08-26). The optimization option should be /O2 for
Release configurations and /O1 for MinSizeRel.
Suggested-by: He Yuqi <yuqi.he@gmail.com>