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>2011-03-10 00:19:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-10 00:19:15 +0300
commit63e37a6133d794e086e3a7a87b9482483c0c2ff6 (patch)
treeef9e84149852d90da69994ebea77029e69bb4a1b /source/creator
parent58fbef0a19e7cdf985e84b14855c561acf40b4ac (diff)
- CMake, print message to run 'make install', this is new and should help avoid confusion: [#26425] SVN release can't find scripts/modules and doesn't start properly
- remove extension from icon to match spec: http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.htm
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 7e00b554c6c..101da571ad6 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -208,6 +208,12 @@ if(WITH_INSTALL)
"file(REMOVE_RECURSE ${TARGETDIR_VER})"
)
+ # message after building.
+ add_custom_command(
+ TARGET blender POST_BUILD MAIN_DEPENDENCY blender
+ COMMAND ${CMAKE_COMMAND} -E echo 'now run: \"make install\" to copy runtime files & scripts to ${TARGETDIR_VER}'
+ )
+
# there are a few differences between portable and system install
if(WITH_INSTALL_PORTABLE)
install(