Revision: 51844
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51844&view=rev
Author:   carlmoore
Date:     2012-08-09 18:27:46 +0000 (Thu, 09 Aug 2012)
Log Message:
-----------
remove trailing blanks

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake

Modified: brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake        2012-08-09 17:52:29 UTC 
(rev 51843)
+++ brlcad/trunk/misc/CMake/BRLCAD_Summary.cmake        2012-08-09 18:27:46 UTC 
(rev 51844)
@@ -63,7 +63,7 @@
 # Initialize length var
 set(PATH_LABEL_LENGTH 0)
 
-# Find longest label string for installation directories 
+# Find longest label string for installation directories
 foreach(path_label ${PATH_LABELS})
   string(LENGTH "${${path_label}_LABEL}" CURRENT_LENGTH)
   if (${CURRENT_LENGTH} GREATER ${PATH_LABEL_LENGTH})
@@ -245,8 +245,8 @@
 set(BRLCAD_DOCBOOK_BUILD_LABEL "Generate extra docs ")
 
 # Make sets to use for iteration over all report items
-set(BUILD_REPORT_ITEMS 
-    TCL TK INCRTCL IWIDGETS TKHTML TKPNG TKTABLE PNG REGEX ZLIB 
+set(BUILD_REPORT_ITEMS
+    TCL TK INCRTCL IWIDGETS TKHTML TKPNG TKTABLE PNG REGEX ZLIB
     TERMLIB UTAHRLE OPENNURBS SCL)
 
 set(FEATURE_REPORT_ITEMS
@@ -254,9 +254,9 @@
     BRLCAD_ENABLE_RUNTIME_DEBUG)
 
 set(OTHER_REPORT_ITEMS
-    BRLCAD_ARCH_BITSETTING BRLCAD_OPTIMIZED_BUILD 
+    BRLCAD_ARCH_BITSETTING BRLCAD_OPTIMIZED_BUILD
     BRLCAD_FLAGS_DEBUG BRLCAD_ENABLE_PROFILING
-    BRLCAD_ENABLE_SMP BUILD_STATIC_LIBS BUILD_SHARED_LIBS 
+    BRLCAD_ENABLE_SMP BUILD_STATIC_LIBS BUILD_SHARED_LIBS
     BRLCAD_ENABLE_COMPILER_WARNINGS BRLCAD_ENABLE_VERBOSE_PROGRESS
     BRLCAD_INSTALL_EXAMPLE_GEOMETRY BRLCAD_DOCBOOK_BUILD)
 
@@ -302,8 +302,8 @@
 #                  Third Party                    #
 #                                                 #
 ###################################################
-# The actual build state (as opposed to the AUTO/BUNDLED/SYSTEM setting) 
-# of the third party libraries is not present in the global cache and 
+# The actual build state (as opposed to the AUTO/BUNDLED/SYSTEM setting)
+# of the third party libraries is not present in the global cache and
 # must be explicitly pulled from src/other
 macro(GET_BUILD_STATE ITEM)
   get_directory_property(BRLCAD_${ITEM}_BUILD DIRECTORY src/other DEFINITION 
BRLCAD_${ITEM}_BUILD)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to