From 925640861236c70174ddaba32a3334eadca70ec5 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 11 Nov 2009 00:02:49 +0000 Subject: Fix CMake build system for Windows Add support for OPTION WITH_OPENCOLLADA for Windows --- source/blender/collada/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/collada/CMakeLists.txt') diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt index f510e7ee9ad..a0a4fb78b9b 100644 --- a/source/blender/collada/CMakeLists.txt +++ b/source/blender/collada/CMakeLists.txt @@ -53,10 +53,10 @@ SET(INC ../makesrna ../editors/include ../../../intern/guardedalloc - ${OPENCOLLADA}/COLLADAStreamWriter/include - ${OPENCOLLADA}/COLLADABaseUtils/include - ${OPENCOLLADA}/COLLADAFramework/include - ${OPENCOLLADA}/COLLADASaxFrameworkLoader/include + ${OPENCOLLADA_INC}/COLLADAStreamWriter/include + ${OPENCOLLADA_INC}/COLLADABaseUtils/include + ${OPENCOLLADA_INC}/COLLADAFramework/include + ${OPENCOLLADA_INC}/COLLADASaxFrameworkLoader/include ) ENDIF(APPLE) -- cgit v1.2.3