From 25f59c8e0b6d685634cf732648e496540eb6ea68 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Jun 2012 08:51:02 +0000 Subject: code cleanup: cmake buildsystem edits, unused var warnings and better description for WITH_PYTHON_MODULE. also disable workaround for some linux installs. --- source/blender/editors/io/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/io') diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt index 0c417c5dfb9..7db23041c88 100644 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -31,6 +31,10 @@ set(INC ../../collada ) +set(INC_SYS + +) + set(SRC io_collada.c io_ops.c -- cgit v1.2.3