Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2099 - trunk/scenes/csafe/swig


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2099 - trunk/scenes/csafe/swig
  • Date: Wed, 20 Feb 2008 11:20:15 -0700 (MST)

Author: bigler
Date: Wed Feb 20 11:20:15 2008
New Revision: 2099

Modified:
   trunk/scenes/csafe/swig/CMakeLists.txt
Log:
CMakeLists.txt

  I really need the SWIG_DIR directory found.


Modified: trunk/scenes/csafe/swig/CMakeLists.txt
==============================================================================
--- trunk/scenes/csafe/swig/CMakeLists.txt      (original)
+++ trunk/scenes/csafe/swig/CMakeLists.txt      Wed Feb 20 11:20:15 2008
@@ -29,6 +29,7 @@
 
 # Initialize Python/SWIG.
 SET(CMAKE_SWIG_OUTDIR ${LIBRARY_OUTPUT_PATH})
+FIND_PATH(SWIG_DIR swig)
 FIND_PACKAGE(SWIG REQUIRED)
 
 EXECUTE_PROCESS(COMMAND ${SWIG_EXECUTABLE} -version




  • [Manta] r2099 - trunk/scenes/csafe/swig, James Bigler, 02/20/2008

Archive powered by MHonArc 2.6.16.

Top of page