From 78cda39c38259449c1b2b4b7755b8f80c6814506 Mon Sep 17 00:00:00 2001 From: David Williams Date: Mon, 27 Dec 2010 10:43:38 +0000 Subject: [PATCH] Disabled accidentely commited non-functioning SWIG stuff. --- library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index e3c888b7..e544d7f9 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(PolyVox) -add_subdirectory(bindings) +#add_subdirectory(bindings) add_subdirectory(PolyVoxCore) add_subdirectory(PolyVoxUtil)