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-02-25 05:27:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 05:27:54 +0300
commit18c7354bd24359bfabc9022281b220c1cc2d6b88 (patch)
tree7ca0bd471151b2402cf5188ab34789a3e8cd5c57 /source/creator
parent4b4281f2e215f97092baf105a7304a9b775a372f (diff)
remove warning left in by mistake and comment unused function.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 53ddc3bef9a..4f4a11a805a 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -133,7 +133,7 @@ if(WITH_BUILDINFO)
# include the output directory, where the buildinfo.h file is generated
include_directories(${CMAKE_BINARY_DIR}/source/creator)
- message(WARNING "${CMAKE_CURRENT_SOURCE_DIR}")
+
# a custom target that is always built
add_custom_target(buildinfo ALL
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/buildinfo.h)
@@ -149,7 +149,7 @@ if(WITH_BUILDINFO)
PROPERTIES GENERATED TRUE
HEADER_FILE_ONLY TRUE)
- # add deps below
+ # add deps below, after adding blender
# -------------- done with header values.
list(APPEND SRC