From bd1fe441d4b2eb1c9148ab9eb18ee6b64846ffa9 Mon Sep 17 00:00:00 2001 From: Jacques Beuarain Date: Thu, 7 Dec 2006 00:18:57 +0000 Subject: CMake: Move genrated dna.c and cmake_blender_libs.txt to binary directories to keep source dir pristine. Also flag removed libraries as status and not "error" messages. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a0165ba4d38..b8d6c0598c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,7 +361,7 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${PLATFORM_CFLAGS} ") #----------------------------------------------------------------------------- # Libraries -FILE(WRITE ${CMAKE_SOURCE_DIR}/cmake_blender_libs.txt "") +FILE(WRITE ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt "") SUBDIRS( intern extern -- cgit v1.2.3