cmake vars are not using _BF_ in var names.

This commit is contained in:
Campbell Barton 2010-01-30 19:29:24 +00:00
parent 62ebf87d85
commit 3f93d27c4a
2 changed files with 3 additions and 3 deletions

@ -88,7 +88,7 @@ ELSE()
OPTION(WITH_OPENMP "Enable OpenMP (has to be supported by the compiler)" OFF)
ENDIF()
OPTION(WITH_BF_RAYOPTIMIZATION "Enable use of SIMD (SSE) optimizations for the raytracer" OFF)
OPTION(WITH_RAYOPTIMIZATION "Enable use of SIMD (SSE) optimizations for the raytracer" OFF)
IF (APPLE)
OPTION(WITH_COCOA "Use Cocoa framework instead of deprecated Carbon" ON)

@ -54,9 +54,9 @@ IF(APPLE)
ENDIF(CMAKE_OSX_ARCHITECTURES MATCHES "i386" OR CMAKE_OSX_ARCHITECTURES MATCHES "x86_64")
ENDIF(APPLE)
IF(WITH_BF_RAYOPTIMIZATION)
IF(WITH_RAYOPTIMIZATION)
ADD_DEFINITIONS(-D__SSE__)
ENDIF(WITH_BF_RAYOPTIMIZATION)
ENDIF(WITH_RAYOPTIMIZATION)
#TODO
#if env['OURPLATFORM']=='linux2':