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

View File

@@ -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)