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
diff options
context:
space:
mode:
authorNicholas Bishop <nicholas.bishop@floored.com>2014-06-26 22:09:45 +0400
committerNicholas Bishop <nicholas.bishop@floored.com>2014-06-26 22:09:45 +0400
commit48b7c983da4b6e5e58326fb6aedbdde8f8cd980c (patch)
tree83cad48a5917be5cf10242212e82d0687fb74deb /source/creator
parent974d2dc54aaed4f210ecd603737170187f9a0151 (diff)
Fix parallel CMake builds failing due to missing buildinfo.h
Reviewed in #blendercoders by ideasman42
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index f263043b435..8deadb9c7b7 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -177,6 +177,7 @@ if(WITH_BUILDINFO)
# make an object library so can load with it in tests
add_library(buildinfoobj OBJECT buildinfo.c)
+ add_dependencies(buildinfoobj buildinfo)
endif()
# message(STATUS "Configuring blender")