Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Restore generation of static runtime library on MSVC
ce2efb1 broke runtime library setting due to implicitly using `NEW` value for CMake policy CMP0091. This caused dynamic runtime library even if /MT was present in CMAKE_CXX_FLAGS_RELEASE and friends in CMake cache.
- Loading branch information