mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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:
parent
e58607eaba
commit
afe5ecb6b7
1 changed files with 2 additions and 5 deletions
|
@ -106,11 +106,8 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
else()
|
else()
|
||||||
# We don't need CMake importlib handling.
|
# We don't need CMake importlib handling.
|
||||||
# FIXME: Remove the MSVC_IDE condition when the upcoming RosBE lands.
|
unset(CMAKE_IMPORT_LIBRARY_SUFFIX)
|
||||||
if(NOT MSVC_IDE)
|
|
||||||
unset(CMAKE_IMPORT_LIBRARY_SUFFIX)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NEW_STYLE_BUILD)
|
if(NEW_STYLE_BUILD)
|
||||||
include(sdk/cmake/host-tools.cmake)
|
include(sdk/cmake/host-tools.cmake)
|
||||||
|
|
Loading…
Reference in a new issue