Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
6dffb9d0
Commit
6dffb9d0
authored
Feb 27, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try with integrated glew
parent
703304b8
Pipeline
#8874
failed with stages
in 16 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
CMakeLists.txt
CMakeLists.txt
+1
-5
OpenFlipper
OpenFlipper
+1
-1
No files found.
CMakeLists.txt
View file @
6dffb9d0
...
...
@@ -208,11 +208,6 @@ if (NOT OPENGL_FOUND)
message
(
FATAL_ERROR
"OpengGL not found!"
)
endif
()
find_package
(
GLEW
)
if
(
NOT GLEW_FOUND
)
message
(
FATAL_ERROR
"GLEW not found!"
)
endif
()
# using the internal openmesh delivered by the svn repo (default) or use some external installation
set
(
USE_INTERNAL_OPENMESH ON CACHE BOOL
"Use and build internal version of OpenMesh found in libs_required"
)
...
...
@@ -249,6 +244,7 @@ enable_testing()
# Build all additional libraries
# ========================================================================
add_subdirectory
(
OpenFlipper/libs_required/glew-cmake
)
add_subdirectory
(
OpenFlipper/libs_required/OpenMesh
)
add_subdirectory
(
OpenFlipper/libs_required/ACG
)
...
...
OpenFlipper
@
194a0ae4
Compare
57972fb6
...
194a0ae4
Subproject commit
57972fb697837690096a743321a258ae12481528
Subproject commit
194a0ae406de5bbbd714c8f22d335b8969d28f64
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