From a63cbdb10e8ab5939ee5836fb5070a56be5845c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 21 Feb 2019 10:05:26 +0100 Subject: [PATCH] Removed some old glut references --- cmake/fixbundle.cmake.in | 3 --- cmake/fixbundle.cmake.win.in | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/cmake/fixbundle.cmake.in b/cmake/fixbundle.cmake.in index 571dfa19..32d82670 100644 --- a/cmake/fixbundle.cmake.in +++ b/cmake/fixbundle.cmake.in @@ -53,9 +53,6 @@ include (BundleUtilities) # list(APPEND _qtdirs "${_dir}") # endforeach () -# # Get library paths -# get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH) - # # fix all dependencies # fixup_bundle (@CMAKE_BINARY_DIR@/Build/bin/QtViewer "${_qtplugins}" "/usr/lib;${_qtdirs};${_GlutDir}") # diff --git a/cmake/fixbundle.cmake.win.in b/cmake/fixbundle.cmake.win.in index 55c42341..eb73318e 100644 --- a/cmake/fixbundle.cmake.win.in +++ b/cmake/fixbundle.cmake.win.in @@ -17,11 +17,8 @@ endfunction(gp_item_default_embedded_path_override) include (BundleUtilities) -# Get library paths -get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH) - # fix all dependencies -fixup_bundle ("@CMAKE_BINARY_DIR@/Build/Smoothing.exe" "" "${_GlutDir};@QT_BINARY_DIR@") +fixup_bundle ("@CMAKE_BINARY_DIR@/Build/Smoothing.exe" "" "@QT_BINARY_DIR@")