[CMAKE] Prevent CMake from doing importlib handling as we do that on our own.

svn path=/trunk/; revision=67690
This commit is contained in:
Amine Khaldi 2015-05-12 12:19:41 +00:00
parent abebbac08d
commit 05a5f2bb89

View file

@ -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})