Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1443 - trunk/CMake


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1443 - trunk/CMake
  • Date: Mon, 2 Jul 2007 14:54:01 -0600 (MDT)

Author: abe
Date: Mon Jul  2 14:54:01 2007
New Revision: 1443

Modified:
   trunk/CMake/FindTeem.cmake
Log:

Teem 1.10 from CVS links properly on the Mac.

http://code.sci.utah.edu/Manta/index.php/Teem#Teem_Library_Optional_Dependency

M    CMake/FindTeem.cmake


Modified: trunk/CMake/FindTeem.cmake
==============================================================================
--- trunk/CMake/FindTeem.cmake  (original)
+++ trunk/CMake/FindTeem.cmake  Mon Jul  2 14:54:01 2007
@@ -21,14 +21,10 @@
 # These options are specifically tuned for many compilers in Manta.
 # 
 
-IF (NOT APPLE)
-
 # First locate the unu command in the path.
 FIND_PATH(FOUND_TEEM_BIN unu
   DOC "Location of teem binaries (like unu)"
   )
-
-ENDIF(NOT APPLE)
 
 # Check to see if unu/teem is in the path.
 IF (FOUND_TEEM_BIN)




  • [MANTA] r1443 - trunk/CMake, abe, 07/02/2007

Archive powered by MHonArc 2.6.16.

Top of page