Revision: 41732
http://brlcad.svn.sourceforge.net/brlcad/?rev=41732&view=rev
Author: starseeker
Date: 2010-12-20 21:12:32 +0000 (Mon, 20 Dec 2010)
Log Message:
-----------
Urk - that's right, no PARALLEL for Windows
Modified Paths:
--------------
brlcad/branches/cmake/CMakeLists.txt
Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt 2010-12-20 21:10:10 UTC (rev
41731)
+++ brlcad/branches/cmake/CMakeLists.txt 2010-12-20 21:12:32 UTC (rev
41732)
@@ -552,6 +552,10 @@
# Take advantage of parallel processors if available - highly recommended
OPTION(BRLCAD-ENABLE_SMP "Enable SMP architecture parallel computation
support" ON)
+IF(WIN32)
+ MESSAGE("SMP Support is not ready on Windows - disabling")
+ SET(BRLCAD-ENABLE_SMP OFF)
+ENDIF(WIN32)
MARK_AS_ADVANCED(BRLCAD-ENABLE_SMP)
if (BRLCAD-ENABLE_SMP)
FILE(APPEND ${CONFIG_H_FILE} "#define PARALLEL 1\n")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits