[CMAKE] MSVC_IDE: Enable 'unset(CMAKE_IMPORT_LIBRARY_SUFFIX)' 572/head
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Fri, 25 May 2018 10:59:47 +0000 (12:59 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Tue, 21 Aug 2018 13:39:35 +0000 (15:39 +0200)
Resolve r67773 "# FIXME: Remove the MSVC_IDE condition when the upcoming RosBE lands.".

CMakeLists.txt

index 44e8566..d2e8b86 100644 (file)
@@ -106,11 +106,8 @@ if(NOT CMAKE_CROSSCOMPILING)
     endif()
 
 else()
-       # We don't need CMake importlib handling.
-       # FIXME: Remove the MSVC_IDE condition when the upcoming RosBE lands.
-       if(NOT MSVC_IDE)
-               unset(CMAKE_IMPORT_LIBRARY_SUFFIX)
-       endif()
+    # We don't need CMake importlib handling.
+    unset(CMAKE_IMPORT_LIBRARY_SUFFIX)
 
     if(NEW_STYLE_BUILD)
         include(sdk/cmake/host-tools.cmake)