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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-05-15 22:21:27 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-05-15 22:21:27 +0400
commit58db6df0696ab066b1cf4b37f4593fa03f65e099 (patch)
tree206a8df4ba29fcf867a6068eab430668773f3508 /CMakeLists.txt
parent009dea9577620d2ff0d0c95f0b4104237dea1abe (diff)
* Fix for compile error on MSVC.
* Remove alut from makefiles and cmake.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1340ec0f3b9..9ebbf1fbb54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,20 +99,6 @@ IF(UNIX)
ENDIF(OPENAL_FOUND)
ENDIF(WITH_OPENAL)
- FIND_LIBRARY(ALUT_LIBRARY
- NAMES alut
- PATHS
- /usr/local/lib
- /usr/lib
- /sw/lib
- /opt/local/lib
- /opt/csw/lib
- /opt/lib
- )
- IF(ALUT_LIBRARY)
- SET(OPENAL_LIB ${OPENAL_LIB} ${ALUT_LIBRARY})
- ENDIF(ALUT_LIBRARY)
-
FIND_LIBRARY(INTL_LIBRARY
NAMES intl
PATHS