No longer prefix the lib folder for MSVC builds

This commit is contained in:
Stephen Kyne 2018-02-07 21:06:41 +00:00
parent 9cd870ea7a
commit f8470affc5

View file

@ -91,7 +91,7 @@ if ( CMAKE_SYSTEM MATCHES "OS2" )
endif ( CMAKE_SYSTEM MATCHES "OS2" )
# Initialize the library directory name suffix.
if (NOT MINGW)
if (NOT MINGW AND NOT MSVC)
if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
set ( _init_lib_suffix "64" )
else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )