Files
CMake/Modules/Platform
Brad King e349b471d8 MSVC: Fix regression that links shared libraries with bogus -shared flag
Clear `CMAKE_SHARED_LIBRARY_CREATE_<LANG>_FLAGS` since no special
link flags are needed to create a DLL with MSVC toolchains.
Our shared library creation rules never referenced that placeholder,
so this variable was never used until commit 951e4d3f62 (Ninja,Makefile:
Move builtin linker flags to <LINK_FLAGS> placeholder, 2025-06-09,
v4.1.0-rc1~37^2~2) taught the generators to look it up directly.

This was not previously noticed because the `-shared` flag
is ignored unless the `-WX` flag enables an error on it.

Fixes: #27106
2025-08-01 12:37:55 -04:00
..
2022-04-04 17:05:09 +01:00
2024-12-12 09:19:36 -05:00
2024-12-12 09:19:36 -05:00
2024-12-11 20:18:56 +01:00
2025-01-28 13:51:46 -05:00
2024-07-16 12:28:19 -04:00