https://git.reactos.org/?p=reactos.git;a=commitdiff;h=afe5ecb6b7e84a945553b…
commit afe5ecb6b7e84a945553be4430bea124ca39a78b
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Fri May 25 12:59:47 2018 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Tue Aug 21 15:39:35 2018 +0200
[CMAKE] MSVC_IDE: Enable 'unset(CMAKE_IMPORT_LIBRARY_SUFFIX)'
Resolve r67773 "# FIXME: Remove the MSVC_IDE condition when the upcoming RosBE
lands.".
---
CMakeLists.txt | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44e85661c6..d2e8b861ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)