Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
a63cbdb1
Commit
a63cbdb1
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Removed some old glut references
parent
f8963855
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake/fixbundle.cmake.in
View file @
a63cbdb1
...
...
@@ -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}")
#
...
...
cmake/fixbundle.cmake.win.in
View file @
a63cbdb1
...
...
@@ -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@")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment