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)