Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1245 - trunk


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1245 - trunk
  • Date: Tue, 5 Dec 2006 15:58:36 -0700 (MST)

Author: bigler
Date: Tue Dec  5 15:58:36 2006
New Revision: 1245

Modified:
   trunk/CMakeLists.txt
Log:

Turn off chatty makefiles by default.  To make them chatty again, call
make with VERBOSE=1 like this:

make VERBOSE=1


Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt        (original)
+++ trunk/CMakeLists.txt        Tue Dec  5 15:58:36 2006
@@ -21,7 +21,12 @@
 ENDIF (CYGWIN)
 SET(BUILD_SHARED_LIBS ${DEFAULT_BUILD_SHARED_LIBS} CACHE BOOL "Building 
shared or static libraries")
 
-SET(CMAKE_VERBOSE_MAKEFILE ON)
+# Turn off chatty makefiles by default.  To make them chatty again,
+# call make with VERBOSE=1 like this:
+#
+# make VERBOSE=1
+
+SET(CMAKE_VERBOSE_MAKEFILE OFF)
 
 ############################################################
 # Set default search directory prefixes for third party libraries.




  • [MANTA] r1245 - trunk, bigler, 12/05/2006

Archive powered by MHonArc 2.6.16.

Top of page