From d7ba33a85381f66cd190f8b2ef4ae3485280ec47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 20 Jan 2012 08:56:31 +0000 Subject: [PATCH] Use one of the non qt apps to call fixbundle to avoid build failure if we do not have qt git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@516 fdac6126-5c0c-442c-9429-916003d36597 --- cmake/fixbundle.cmake.win.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/fixbundle.cmake.win.in b/cmake/fixbundle.cmake.win.in index 20d6e35d..cdea44e0 100644 --- a/cmake/fixbundle.cmake.win.in +++ b/cmake/fixbundle.cmake.win.in @@ -21,7 +21,7 @@ include (BundleUtilities) get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH) # fix all dependencies -fixup_bundle ("@CMAKE_BINARY_DIR@/Build/QtViewer.exe" "" "${_GlutDir};@QT_BINARY_DIR@") +fixup_bundle ("@CMAKE_BINARY_DIR@/Build/Smoothing.exe" "" "${_GlutDir};@QT_BINARY_DIR@")