remove BUILD_MULTITHREADING option from CMakeLists.txt

This commit is contained in:
Erwin Coumans
2014-08-31 13:09:20 -07:00
parent 6f302f8a6f
commit 701ce71a1e

View File

@@ -24,18 +24,12 @@ IF (USE_GLUT)
SET(SharedDemoSubdirs OpenGL ) SET(SharedDemoSubdirs OpenGL )
ENDIF(BUILD_CPU_DEMOS) ENDIF(BUILD_CPU_DEMOS)
IF(BUILD_MULTITHREADING)
SUBDIRS( MultiThreadedDemo OpenCLClothDemo )
ENDIF(BUILD_MULTITHREADING)
SUBDIRS( SUBDIRS(
${SharedDemoSubdirs} ${SharedDemoSubdirs}
Benchmarks Benchmarks
) )
IF(BUILD_MULTITHREADING)
SUBDIRS( ThreadingDemo VectorAdd_OpenCL )
ENDIF()
ENDIF(GLUT_FOUND) ENDIF(GLUT_FOUND)
ELSE (USE_GLUT) ELSE (USE_GLUT)