[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26058] trunk/blender/CMakeLists.txt: re-fix previous commit

Erwin Coumans blender at erwincoumans.com
Sun Jan 17 21:26:51 CET 2010


Revision: 26058
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26058
Author:   erwin
Date:     2010-01-17 21:26:51 +0100 (Sun, 17 Jan 2010)

Log Message:
-----------
re-fix previous commit

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-01-17 20:25:28 UTC (rev 26057)
+++ trunk/blender/CMakeLists.txt	2010-01-17 20:26:51 UTC (rev 26058)
@@ -84,9 +84,9 @@
 # Unix defaults to OpenMP On
 IF(UNIX AND NOT APPLE)
 	OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" ON)
-ELSE(UNIX)
+ELSE()
 	OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" OFF)
-ENDIF(UNIX)
+ENDIF()
 
 IF (APPLE)
 	OPTION(WITH_COCOA	  "Use Cocoa framework instead of deprecated Carbon" ON)





More information about the Bf-blender-cvs mailing list