mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
MSBuild adds some `link` flags by default, but for CMake they may not match what's produced by command-line generators. If these flags are not specified by the project or user, suppress them. Fixes: #27004
5 lines
48 B
C
5 lines
48 B
C
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|