Fix parallel CMake builds failing due to missing buildinfo.h
Reviewed in #blendercoders by ideasman42
This commit is contained in:
@@ -177,6 +177,7 @@ if(WITH_BUILDINFO)
|
|||||||
|
|
||||||
# make an object library so can load with it in tests
|
# make an object library so can load with it in tests
|
||||||
add_library(buildinfoobj OBJECT buildinfo.c)
|
add_library(buildinfoobj OBJECT buildinfo.c)
|
||||||
|
add_dependencies(buildinfoobj buildinfo)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# message(STATUS "Configuring blender")
|
# message(STATUS "Configuring blender")
|
||||||
|
Reference in New Issue
Block a user