From 8b8e3d3a1fa0a4c2e089cc818edc4fac52ace72b Mon Sep 17 00:00:00 2001 From: xantares Date: Thu, 11 Sep 2014 18:56:59 +0200 Subject: [PATCH] Update CMakeLists.txt does not build on win32 --- Demos/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Demos/CMakeLists.txt b/Demos/CMakeLists.txt index 9106fe712..98bcd2c22 100644 --- a/Demos/CMakeLists.txt +++ b/Demos/CMakeLists.txt @@ -52,7 +52,6 @@ ELSE (USE_GLUT) GenericJointDemo SerializeDemo SoftDemo - VectorAdd_OpenCL VoronoiFractureDemo ) ENDIF(WIN32)