From 282c71e8e9a8ec9c2eab612f2e60a71b15d24c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 18 Oct 2018 17:33:27 +0200 Subject: [core] unify UTF-8/16 conversion to --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b37a69a83e..bb315916b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,8 +142,6 @@ else() message(STATUS "Can't find ccache — consider installing ccache to improve recompilation performance") endif() -include(cmake/codecvt.cmake) - if(NOT EXISTS ${CMAKE_SOURCE_DIR}/platform/${MBGL_PLATFORM}/config.cmake) message(ERROR "Can't find config.cmake file for platform ${MBGL_PLATFORM}") endif() -- cgit v1.2.1