From 4586e6bef79d005cc8116f89dc5f6b0f43926602 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 3 Oct 2015 20:44:17 -0400 Subject: [PATCH] Forgot to remove this line. --- CMake/Modules/FindIconv.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMake/Modules/FindIconv.cmake b/CMake/Modules/FindIconv.cmake index 5948beffec..79ce26a772 100644 --- a/CMake/Modules/FindIconv.cmake +++ b/CMake/Modules/FindIconv.cmake @@ -6,8 +6,6 @@ # ICONV_INCLUDE_DIR - The Iconv include directory. # ICONV_LIBRARIES - The library file to link to. -include(CheckCxxSourceCompiles) - if (ICONV_INCLUDE_DIR AND ICONV_LIBRARIES) # Already in cache, so don't repeat the finding procedures. set(ICONV_FIND_QUIETLY TRUE)