Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r962 - trunk/fox/FManta


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r962 - trunk/fox/FManta
  • Date: Tue, 28 Feb 2006 12:44:44 -0700 (MST)

Author: abe
Date: Tue Feb 28 12:44:44 2006
New Revision: 962

Modified:
   trunk/fox/FManta/CMakeLists.txt
Log:

Made the FManta library a shared, rather then static lib. This eliminates the 
-ipo linking problem.

M    CMakeLists.txt


Modified: trunk/fox/FManta/CMakeLists.txt
==============================================================================
--- trunk/fox/FManta/CMakeLists.txt     (original)
+++ trunk/fox/FManta/CMakeLists.txt     Tue Feb 28 12:44:44 2006
@@ -115,7 +115,7 @@
 
   
#############################################################################
   # Create the static library.
-  ADD_LIBRARY(FManta_static STATIC 
+  ADD_LIBRARY(FManta_static
     ${FMANTA_STATIC_SRC}
     )
 




  • [MANTA] r962 - trunk/fox/FManta, abe, 02/28/2006

Archive powered by MHonArc 2.6.16.

Top of page