From dcf5272a0d154bea1f84949047ed256d7591c476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 24 Sep 2012 08:25:50 +0000 Subject: [PATCH] Fixed shit of sunday git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@698 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index 04149453..f531cced 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -11,7 +11,7 @@ if ( BUILD_APPS ) if ( WIN32 AND OPENMESH_BUILD_SHARED ) #!!!! Experimental Feature!!! - add_definitions(-DOPENMESHDLL ...) + add_definitions(-DOPENMESHDLL ) endif() add_subdirectory (Dualizer)