Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1971 - trunk/CMake


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1971 - trunk/CMake
  • Date: Sun, 6 Jan 2008 21:06:15 -0700 (MST)

Author: abe
Date: Sun Jan  6 21:06:14 2008
New Revision: 1971

Modified:
   trunk/CMake/ConfigArchitecture.cmake
Log:

Removed the line which includes Macros.cmake. This file is included in
trunk/CMakeLists.txt right before ConfigArchitecture (and the other
helper scripts) so it is already available to the whole build.

Including it here caused problems with Manta-projects because the
directive looked for CMake/Macros.cmake in the local Manta-project
instead of in the core Manta source tree.

M    CMake/ConfigArchitecture.cmake


Modified: trunk/CMake/ConfigArchitecture.cmake
==============================================================================
--- trunk/CMake/ConfigArchitecture.cmake        (original)
+++ trunk/CMake/ConfigArchitecture.cmake        Sun Jan  6 21:06:14 2008
@@ -1,6 +1,5 @@
 # This file will set architecture and system variables.  Compiler
 # flags should go into ConfigComipilerFlags.cmake.
-INCLUDE(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Macros.cmake)
 
 # Assume that if we are running on an Itanium (ia64), then it is an
 # SGI linux system




  • [Manta] r1971 - trunk/CMake, abe, 01/06/2008

Archive powered by MHonArc 2.6.16.

Top of page