diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index 030f7d6207e..e1e45ea795b 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -68,6 +68,9 @@ if(MSVC_IDE) add_compile_flags("/MP") endif() +# We don't need CMake importlib handling +unset(CMAKE_IMPORT_LIBRARY_SUFFIX) + if(NOT CMAKE_CROSSCOMPILING) add_definitions(-DTARGET_${ARCH})