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>2011-06-18 16:12:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-18 16:12:19 +0400
commit549c2c58a109974408de29515b48161a756491c9 (patch)
tree82a31827bff6646d5779722cb8cfaf547063c475 /intern/audaspace/CMakeLists.txt
parent2d01cb5b279031de45889d443ee89762a02566eb (diff)
added FindSndFile cmake module to replace inline checks.
Diffstat (limited to 'intern/audaspace/CMakeLists.txt')
-rw-r--r--intern/audaspace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index b7a0b06d491..e2356256af5 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -206,7 +206,7 @@ endif()
if(WITH_CODEC_SNDFILE)
add_definitions(-DWITH_SNDFILE)
list(APPEND INC sndfile)
- list(APPEND INC_SYS ${SNDFILE_INC})
+ list(APPEND INC_SYS ${SNDFILE_INCLUDE_DIRS})
list(APPEND SRC
sndfile/AUD_SndFileFactory.cpp
sndfile/AUD_SndFileReader.cpp