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:
authorChris Want <cwant@ualberta.ca>2007-06-19 00:02:18 +0400
committerChris Want <cwant@ualberta.ca>2007-06-19 00:02:18 +0400
commit0de1b7c651826feca42b915eab2a79745cd95424 (patch)
tree80694885408527f14544b1b4ac7625f1bf42bee1 /CMakeLists.txt
parent9a4c02c51dd297eadc30d7293fcd2a6b4706c7e8 (diff)
Change by Martin Capitanio to find Freetype2 on gentoo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 978b3cd339e..7f513b8028f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ IF(UNIX)
/opt/local/include/freetype2
/opt/csw/include/freetype2
/opt/include/freetype2
+ NO_DEFAULT_PATH
)
SET(FREETYPE_LIB freetype)