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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-03-14 18:40:07 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-03-14 18:40:07 +0300
commitc13947fe337f56b3982c4b1f8a48c170aa4510d5 (patch)
tree9823dd0132faba1b6817587354cc22b1fda67996 /source/creator
parent7e69bad1c34cb50b76e27bdacf3be3a35fe67e85 (diff)
Fixes for GNUmakefile on Mac:
* Don't use "make install", doesn't work yet. * Use total number of cores rather than number of processors. * Quicker number of cores query, by not asking for all system info.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 436d2f41749..561f28a6154 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -529,6 +529,7 @@ if(WITH_INSTALL)
elseif(APPLE)
# TODO, APPLE needs a 'make install' target like win32 and unix
+ # also update GNUmakefile to run make install if you do this
set(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)
set(SOURCEINFO ${SOURCEDIR}/Contents/Info.plist)