Removed some old glut references
This commit is contained in:
@@ -53,9 +53,6 @@ include (BundleUtilities)
|
|||||||
# list(APPEND _qtdirs "${_dir}")
|
# list(APPEND _qtdirs "${_dir}")
|
||||||
# endforeach ()
|
# endforeach ()
|
||||||
|
|
||||||
# # Get library paths
|
|
||||||
# get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
|
|
||||||
|
|
||||||
# # fix all dependencies
|
# # fix all dependencies
|
||||||
# fixup_bundle (@CMAKE_BINARY_DIR@/Build/bin/QtViewer "${_qtplugins}" "/usr/lib;${_qtdirs};${_GlutDir}")
|
# fixup_bundle (@CMAKE_BINARY_DIR@/Build/bin/QtViewer "${_qtplugins}" "/usr/lib;${_qtdirs};${_GlutDir}")
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -17,11 +17,8 @@ endfunction(gp_item_default_embedded_path_override)
|
|||||||
|
|
||||||
include (BundleUtilities)
|
include (BundleUtilities)
|
||||||
|
|
||||||
# Get library paths
|
|
||||||
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
|
|
||||||
|
|
||||||
# fix all dependencies
|
# 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@")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user