diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 32e624a32cf..c3fcdc755db 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -633,7 +633,7 @@ if(NOT ("${_install_cmd}" STREQUAL "")) # Message to display after building. get_filename_component(_install_dst ${TARGETDIR_VER} ABSOLUTE BASE_DIR ${CMAKE_INSTALL_PREFIX}) add_custom_command( - TARGET blender POST_BUILD MAIN_DEPENDENCY blender + TARGET blender POST_BUILD COMMAND ${CMAKE_COMMAND} -E echo "Run: \\\"${_install_cmd}\\\" to copy runtime files and scripts to: ${_install_dst}"