Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorJacques Beuarain <jacques.beaurain@gmail.com>2006-12-07 03:18:57 +0300
committerJacques Beuarain <jacques.beaurain@gmail.com>2006-12-07 03:18:57 +0300
commitbd1fe441d4b2eb1c9148ab9eb18ee6b64846ffa9 (patch)
tree61d8c644854f650e9ffa6703d63c61b14fd889bd /CMake
parentcdc996714e9573a8e172d735e324070c2ceaef8e (diff)
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.
Diffstat (limited to 'CMake')
-rw-r--r--CMake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/macros.cmake b/CMake/macros.cmake
index f5b6d1214a6..6b6837d25f0 100644
--- a/CMake/macros.cmake
+++ b/CMake/macros.cmake
@@ -34,7 +34,7 @@ MACRO(BLENDERLIB
BLENDERLIB_NOLIST(${name} "${sources}" "${includes}")
# Add to blender's list of libraries
- FILE(APPEND ${CMAKE_SOURCE_DIR}/cmake_blender_libs.txt "${name};")
+ FILE(APPEND ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt "${name};")
ENDMACRO(BLENDERLIB)
MACRO(SETUP_LIBDIRS)