[CMake] CMAKE_SHARED_LIBRARY_PREFIX is blank on msvc?
Tyler Roscoe
tyler at cryptio.net
Sun Nov 15 11:47:01 EST 2009
On Sat, Nov 14, 2009 at 07:01:23PM -0500, David Manura wrote:
> CMAKE_SHARED_LIBRARY_PREFIX is blank on MSVC, unlike on most platforms
> (MinGW included):
I don't know how to solve your problem but none of the Windows libraries
I've seen use the convention of putting "lib" at the beginning of
library names. CMake is simply doing what most VS developers would
expect.
tyler
More information about the CMake
mailing list