From 7f5abb7fe2681d8f72d1d29c6567077b70351112 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Oct 2010 00:56:46 +0000 Subject: dont build blender/kernel if the game engines disabled. --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/CMakeLists.txt') diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 1f1b1d883bc..a043dbad3b8 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -25,9 +25,9 @@ # ***** END GPL LICENSE BLOCK ***** ADD_SUBDIRECTORY(blender) -ADD_SUBDIRECTORY(kernel) IF(WITH_GAMEENGINE) + ADD_SUBDIRECTORY(kernel) ADD_SUBDIRECTORY(gameengine) ENDIF(WITH_GAMEENGINE) -- cgit v1.2.3