Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
a63cbdb1
Commit
a63cbdb1
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some old glut references
parent
f8963855
Pipeline
#8751
passed with stages
in 67 minutes and 6 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
cmake/fixbundle.cmake.in
cmake/fixbundle.cmake.in
+0
-3
cmake/fixbundle.cmake.win.in
cmake/fixbundle.cmake.win.in
+1
-4
No files found.
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
Markdown
is supported
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