mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-22 16:55:32 -04:00
cfb2507413
Root causes were:
* Using incorrect conditions (assuming MSVC-like command line mode)
* Trying to compile the MSVC STL in C++11 mode, when parts of it require
C++14 or enabling MS extensions in clang.
* Missing flush in a testcase using stdout in a dll and a main part
with static crt