diff --git a/CMakeLists.txt b/CMakeLists.txt index 44e85661c69..d2e8b861ee2 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)