From d80d6e28127dcfb83b11d88c993595f846ffbb02 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Jul 2010 18:26:35 +0000 Subject: re-arrange build files so scons "config" dir isnt confused with ~/.blender/2.52/config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e8b812e57c..9c14bdd6b9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ SET(BLENDER_VERSION 2.5) #----------------------------------------------------------------------------- # Load some macros. -INCLUDE(CMake/macros.cmake) +INCLUDE(build_files/cmake/macros.cmake) #----------------------------------------------------------------------------- # Set default config options -- cgit v1.2.3