[Bf-blender-cvs] [48b7c98] master: Fix parallel CMake builds failing due to missing buildinfo.h

Nicholas Bishop noreply at git.blender.org
Thu Jun 26 20:17:50 CEST 2014


Commit: 48b7c983da4b6e5e58326fb6aedbdde8f8cd980c
Author: Nicholas Bishop
Date:   Thu Jun 26 14:09:45 2014 -0400
https://developer.blender.org/rB48b7c983da4b6e5e58326fb6aedbdde8f8cd980c

Fix parallel CMake builds failing due to missing buildinfo.h

Reviewed in #blendercoders by ideasman42

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index f263043..8deadb9 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")




More information about the Bf-blender-cvs mailing list