From 54022cfa1c5c3274ecd320359169a389bfef55c6 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 18 Jun 2012 09:20:49 +0000 Subject: Fix compilation error for SCons Was missed some scons rules after recent collada changes --- source/blender/editors/io/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 source/blender/editors/io/CMakeLists.txt (limited to 'source/blender/editors/io/CMakeLists.txt') diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt old mode 100755 new mode 100644 index ceefb7f8a47..0c417c5dfb9 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -33,10 +33,10 @@ set(INC set(SRC io_collada.c - io_ops.c - - io_collada.h - io_ops.h + io_ops.c + + io_collada.h + io_ops.h ) if(WITH_OPENCOLLADA) -- cgit v1.2.3