summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-03-15 17:03:35 +0000
committerSimon McVittie <smcv@collabora.com>2019-03-15 17:03:35 +0000
commitd757455c5e111bd9ef057d7e4a554a58ee7fe00c (patch)
treecfadcb67d94988c85f88b7bde1936d7a6eaf0b2d
parent82e0847936be83eeb74d41ff58faf008e7aaf0b3 (diff)
parentfea79493a860579095c18b396070e5122e9739c2 (diff)
downloaddbus-d757455c5e111bd9ef057d7e4a554a58ee7fe00c.tar.gz
Merge branch 'msys2-fixes' into 'master'
cmake: Drop unused iconv dependency Closes #262 See merge request dbus/dbus!101
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5859935..21c50d41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,6 @@ endif()
if(WIN32)
# include local header first to avoid using old installed header
set(CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH} ${CMAKE_SOURCE_DIR}/..)
- find_package(LibIconv)
include(Win32Macros)
addExplorerWrapper(${CMAKE_PROJECT_NAME})
endif()