[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13349] trunk/blender/source/creator/ CMakeLists.txt: CMake isn't fully working yet, just correcting a simple typo.

Chris Want cwant at ualberta.ca
Tue Jan 22 05:27:29 CET 2008


Revision: 13349
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13349
Author:   hos
Date:     2008-01-22 05:27:23 +0100 (Tue, 22 Jan 2008)

Log Message:
-----------
CMake isn't fully working yet, just correcting a simple typo.

I see BINRELOC is set as a configurable option -- does this mean
that it is optional on linux? (I thought it was required.)

Modified Paths:
--------------
    trunk/blender/source/creator/CMakeLists.txt

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2008-01-22 03:35:14 UTC (rev 13348)
+++ trunk/blender/source/creator/CMakeLists.txt	2008-01-22 04:27:23 UTC (rev 13349)
@@ -51,7 +51,7 @@
 
 IF(WITH_BINRELOC)
   ADD_DEFINITIONS(-DWITH_BINRELOC)
-endif(WITH_VINRELOC)
+endif(WITH_BINRELOC)
 
 IF(YESIAMSTUPID)
   ADD_DEFINITIONS(-DYESIAMSTUPID)





More information about the Bf-blender-cvs mailing list