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 /build_files/cmake/macros.cmake
parent2d01cb5b279031de45889d443ee89762a02566eb (diff)
added FindSndFile cmake module to replace inline checks.
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 9b19ed33162..b0b777f936a 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -200,7 +200,7 @@ macro(setup_liblinks
target_link_libraries(${target} ${JACK_LIB})
endif()
if(WITH_CODEC_SNDFILE)
- target_link_libraries(${target} ${SNDFILE_LIB})
+ target_link_libraries(${target} ${SNDFILE_LIBRARIES})
endif()
if(WITH_SAMPLERATE)
target_link_libraries(${target} ${LIBSAMPLERATE_LIB})