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:
authorKent Mein <mein@cs.umn.edu>2009-05-08 07:49:48 +0400
committerKent Mein <mein@cs.umn.edu>2009-05-08 07:49:48 +0400
commit171969213f2cad3a76028bc3e273007ee6287cf1 (patch)
tree4a3673165f78cedbf07237830053cc1194c0b11d /extern/CMakeLists.txt
parent7325b8e2bf987e0e96e53de5404f3e48bef7efb9 (diff)
Tweaks to build systems. Just some small cleanups...
Kent
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index b81efb52de9..45778e235cd 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -32,14 +32,6 @@ IF(WITH_BULLET)
SUBDIRS(bullet2)
ENDIF(WITH_BULLET)
-IF(WITH_INTERNATIONAL)
- SUBDIRS(bFTGL)
-ENDIF(WITH_INTERNATIONAL)
-
-IF(WITH_VERSE)
- SUBDIRS(verse)
-ENDIF(WITH_VERSE)
-
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
SUBDIRS(binreloc)
ENDIF(CMAKE_SYSTEM_NAME MATCHES "Linux")