From f8470affc5650de1ae793896073307f3ba30f127 Mon Sep 17 00:00:00 2001 From: Stephen Kyne Date: Wed, 7 Feb 2018 21:06:41 +0000 Subject: [PATCH] No longer prefix the lib folder for MSVC builds --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 318c3d9a..109b75f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )