Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not set CMAKE_BUILD_TYPE for MSVC because it is unused
MSVC is multi-config generator and it needs config type at build time, not generation time. Fixes a warning.
- Loading branch information