From 06515475b9c87c553d75481abfa600a0f7a5faf8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 6 Dec 2014 13:01:47 +0100 Subject: CMake: remove redundant include dir --- source/blender/windowmanager/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/windowmanager/CMakeLists.txt') diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt index 088bddc8a76..4cbadda1732 100644 --- a/source/blender/windowmanager/CMakeLists.txt +++ b/source/blender/windowmanager/CMakeLists.txt @@ -130,12 +130,6 @@ if(WITH_BUILDINFO) add_definitions(-DWITH_BUILDINFO) endif() -if(WIN322) - list(APPEND INC - ../../../intern/utfconv - ) -endif() - if(WITH_COMPOSITOR) add_definitions(-DWITH_COMPOSITOR) endif() -- cgit v1.2.3