From 56c0f69071804192d127690936e88b92fb0935a2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Jun 2011 14:14:29 +0000 Subject: fix for building opencollada + msvc --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 784be2efe7a..ff7b7eaac2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -628,7 +628,9 @@ elseif(WIN32) ${LIBDIR}/opencollada/lib/ftoa.lib ${LIBDIR}/opencollada/lib/UTF.lib ) - set(PCRE_LIB pcre) + set(PCRE_LIB + ${LIBDIR}/opencollada/lib/pcre.lib + ) endif() if(WITH_CODEC_FFMPEG) -- cgit v1.2.3