[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46323] branches/smoke2/CMakeLists.txt: Branch only modification to enable openmp for windows

Daniel Genrich daniel.genrich at gmx.net
Sat May 5 20:48:59 CEST 2012


Revision: 46323
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46323
Author:   genscher
Date:     2012-05-05 18:48:58 +0000 (Sat, 05 May 2012)
Log Message:
-----------
Branch only modification to enable openmp for windows

Modified Paths:
--------------
    branches/smoke2/CMakeLists.txt

Modified: branches/smoke2/CMakeLists.txt
===================================================================
--- branches/smoke2/CMakeLists.txt	2012-05-05 17:33:18 UTC (rev 46322)
+++ branches/smoke2/CMakeLists.txt	2012-05-05 18:48:58 UTC (rev 46323)
@@ -151,7 +151,7 @@
 if(UNIX AND NOT APPLE)
 	set(PLATFORM_DEFAULT ON)
 else()
-	set(PLATFORM_DEFAULT OFF)
+	set(PLATFORM_DEFAULT ON)
 endif()
 option(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" ${PLATFORM_DEFAULT})
 unset(PLATFORM_DEFAULT)




More information about the Bf-blender-cvs mailing list