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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-30 13:11:24 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-30 13:11:24 +0400
commitb9b30e2032a7f5ebcf87a22ad4ab8d66194d6125 (patch)
treed54ac652b9344a6f5963afc1759c33bc5907fe2a /CMakeLists.txt
parentc34d49cc5b2d3bdd72f44b77b85c12e7b1717c17 (diff)
Same fix for libsndfile in cmake.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1e18723f5d..a92099698c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -259,7 +259,7 @@ IF(WIN32)
IF(WITH_SNDFILE)
SET(SNDFILE ${LIBDIR}/sndfile)
SET(SNDFILE_INC ${SNDFILE}/include)
- SET(SNDFILE_LIB sndfile)
+ SET(SNDFILE_LIB sndfile-1)
SET(SNDFILE_LIBPATH ${SNDFILE}/lib)
ENDIF(WITH_SNDFILE)