Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-12-06 15:01:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-06 15:39:46 +0300
commit06515475b9c87c553d75481abfa600a0f7a5faf8 (patch)
tree9a878aca9ccb745261a02106b2ca4faf83494ba6 /source/blender/windowmanager/CMakeLists.txt
parent81ae71fcd3ea1406f0bca05471c17d984738ff4c (diff)
CMake: remove redundant include dir
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
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()