[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31799] trunk/blender/CMakeLists.txt: error in last commit

Campbell Barton ideasman42 at gmail.com
Tue Sep 7 04:10:53 CEST 2010


Revision: 31799
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31799
Author:   campbellbarton
Date:     2010-09-07 04:10:51 +0200 (Tue, 07 Sep 2010)

Log Message:
-----------
error in last commit

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-09-07 01:13:10 UTC (rev 31798)
+++ trunk/blender/CMakeLists.txt	2010-09-07 02:10:51 UTC (rev 31799)
@@ -309,8 +309,8 @@
 
 	IF(WITH_OPENMP)
 		LIST(APPEND LLIBS -lgomp)
-		LIST(APPEND CMAKE_C_FLAGS -fopenmp)
-		LIST(APPEND CMAKE_CXX_FLAGS -fopenmp)
+		SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fopenmp")
+		SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
 	ENDIF(WITH_OPENMP)
 
 





More information about the Bf-blender-cvs mailing list