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:
authorMatt Ebb <matt@mke3.net>2010-01-08 08:51:51 +0300
committerMatt Ebb <matt@mke3.net>2010-01-08 08:51:51 +0300
commitce538a06943c9ee3680ecbc1a575dba1b479cb65 (patch)
tree7f4effe26c3543892e385aec3bf7d67616ff25ba /source/blender/editors/CMakeLists.txt
parent59a8c295c686c2c2c588ee8cc345c47c28a8e400 (diff)
Added the svn revision number to the splash screen (when buildinfo is
enabled). Also fixed cmake so buildinfo works. Note to all: ** Please mention the revision number when making a bug report **
Diffstat (limited to 'source/blender/editors/CMakeLists.txt')
-rw-r--r--source/blender/editors/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index c695ea02508..8ed840f0be4 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -89,10 +89,9 @@ IF(WIN32)
SET(INC ${INC} ${PTHREADS_INC})
ENDIF(WIN32)
-# TODO buildinfo
-IF(BF_BUILDINFO)
+IF(WITH_BUILDINFO)
ADD_DEFINITIONS(-DNAN_BUILDINFO)
-ENDIF(BF_BUILDINFO)
+ENDIF(WITH_BUILDINFO)
BLENDERLIB_NOLIST(bf_editors "${SRC}" "${INC}")