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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-16 18:50:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-16 18:50:33 +0400
commit88f65fdddb8d761b1914bd3f140642e88d88f4af (patch)
tree709dbf6e904003a2cc9f4e4130b0a8dbcb711745 /build_files/cmake
parent38e683cbb15e303cf68562b2183cc3082c346f8f (diff)
CMake: add missing dependency for icon target
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index e6ca3dadce5..70ae9abb713 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)