[CMAKE] MSVC_IDE: Enable 'unset(CMAKE_IMPORT_LIBRARY_SUFFIX)'

Resolve r67773 "# FIXME: Remove the MSVC_IDE condition when the upcoming RosBE lands.".
This commit is contained in:
Serge Gautherie 2018-05-25 12:59:47 +02:00 committed by Mark Jansen
parent e58607eaba
commit afe5ecb6b7

View file

@ -107,10 +107,7 @@ if(NOT CMAKE_CROSSCOMPILING)
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()
if(NEW_STYLE_BUILD)
include(sdk/cmake/host-tools.cmake)