Author: akhaldi
Date: Tue May 12 12:19:41 2015
New Revision: 67690
URL:
http://svn.reactos.org/svn/reactos?rev=67690&view=rev
Log:
[CMAKE] Prevent CMake from doing importlib handling as we do that on our own.
Modified:
trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=67690&a…
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Tue May 12 12:19:41 2015
@@ -67,6 +67,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)