From cbe0094b81926ce77762df623b7c8acb02f93940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Mon, 24 Sep 2012 15:22:29 +0000 Subject: [PATCH] removed old code git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@702 fdac6126-5c0c-442c-9429-916003d36597 --- src/Unittests/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Unittests/CMakeLists.txt b/src/Unittests/CMakeLists.txt index 3ed61c04..f6606ced 100644 --- a/src/Unittests/CMakeLists.txt +++ b/src/Unittests/CMakeLists.txt @@ -59,18 +59,6 @@ if ( OPENMESH_BUILD_UNIT_TESTS ) ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/unittests.exe ${CMAKE_BINARY_DIR}/Unittests/unittests.exe) - # If OpenMesh is build as a shared library, we need to copy the dlls to the directory for the unittests! - if ( OPENMESH_BUILD_SHARED ) - #!!!! Experimental Feature!!! - add_custom_command (TARGET unittests POST_BUILD - COMMAND ${CMAKE_COMMAND} -E - copy_if_different - ${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_BINDIR}/OpenMesh*.dll - ${CMAKE_BINARY_DIR}/Unittests/) - - message("Copy from ${CMAKE_BINARY_DIR}/Build/${ACG_PROJECT_BINDIR}/OpenMesh*.dll to ${CMAKE_BINARY_DIR}/Unittests/") - endif() - endif() if ( OPENMESH_BUILD_SHARED )