mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
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.)