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
This commit is contained in:
Jan Möbius
2012-01-20 08:56:31 +00:00
parent a5784748d5
commit d7ba33a853

View File

@@ -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@")