mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
4819ff9647
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
conly.c | ||
foo.c | ||
foo.h | ||
libc1.c | ||
libc1.h | ||
libc2.c | ||
libc2.h | ||
testCModule.c |