Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1588 - trunk/CMake


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1588 - trunk/CMake
  • Date: Mon, 30 Jul 2007 18:50:07 -0600 (MDT)

Author: boulos
Date: Mon Jul 30 18:50:07 2007
New Revision: 1588

Modified:
   trunk/CMake/Macros.cmake
Log:
Forgot to leave a space... (bigler should fix this
to be nicer anyway)


Modified: trunk/CMake/Macros.cmake
==============================================================================
--- trunk/CMake/Macros.cmake    (original)
+++ trunk/CMake/Macros.cmake    Mon Jul 30 18:50:07 2007
@@ -27,7 +27,7 @@
     FOREACH(option ${TMP})
       # We might already have this option.  Look for it and remove it so when
       # we add again, it doesn't add another copy.
-      STRING(REGEX REPLACE " ${option} " "" ${parameter}
+      STRING(REGEX REPLACE " ${option} " " " ${parameter}
         "${${parameter}}")
       #STRING(REGEX REPLACE "${option}" "" ${parameter}
       #  "${${parameter}}")




  • [MANTA] r1588 - trunk/CMake, boulos, 07/30/2007

Archive powered by MHonArc 2.6.16.

Top of page