mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
6556481eb8
CMake assumes that a SHARED library compiled on Windows will export a LIB file. This is not actually the case on Visual C++ if the library does not export any symbols, and causes incremental builds to break if the user specifies SHARED anyway. (Users should use MODULE libraries instead.)