Merge topic 'fix-mingw-introspection'

2d59c9a cmcurl: Do not hard-coded Windows check results for MinGW (#13001)
This commit is contained in:
David Cole 2012-03-06 15:25:38 -05:00 committed by CMake Topic Stage
commit 155e644365
1 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ IF(CURL_MALLOC_DEBUG)
ENDIF(CURL_MALLOC_DEBUG)
# On windows preload settings
IF(WIN32)
IF(WIN32 AND NOT MINGW)
INCLUDE(${LIBCURL_SOURCE_DIR}/Platforms/WindowsCache.cmake)
ENDIF(WIN32)
ENDIF()
# This macro checks if the symbol exists in the library and if it
# does, it appends library to the list.