[Bf-blender-cvs] [88f65fd] master: CMake: add missing dependency for icon target

Campbell Barton noreply at git.blender.org
Thu Jan 16 15:55:04 CET 2014


Commit: 88f65fdddb8d761b1914bd3f140642e88d88f4af
Author: Campbell Barton
Date:   Fri Jan 17 01:50:33 2014 +1100
https://developer.blender.org/rB88f65fdddb8d761b1914bd3f140642e88d88f4af

CMake: add missing dependency for icon target

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index e6ca3da..70ae9ab 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -859,7 +859,7 @@ macro(data_to_c_simple_icons
 		#COMMAND python3 ${CMAKE_SOURCE_DIR}/source/blender/datatoc/datatoc_icon.py ${_path_from_abs} ${_file_from}
 		COMMAND ${CMAKE_BINARY_DIR}/bin/${CMAKE_CFG_INTDIR}/datatoc_icon ${_path_from_abs} ${_file_from}
 		COMMAND ${CMAKE_BINARY_DIR}/bin/${CMAKE_CFG_INTDIR}/datatoc ${_file_from} ${_file_to}
-		DEPENDS ${_icon_files} datatoc)
+		DEPENDS ${_icon_files} datatoc_icon datatoc)
 
 	set_source_files_properties(${_file_from} ${_file_to} PROPERTIES GENERATED TRUE)




More information about the Bf-blender-cvs mailing list