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
016b2fae
Commit
016b2fae
authored
Feb 15, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't search OpenVolumeMesh in OF core cmakefiles
parent
855c7707
Pipeline
#4381
passed with stage
in 43 minutes and 55 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
CMakeLists.txt
CMakeLists.txt
+0
-7
OpenFlipper/cmake/CMakeLists.txt
OpenFlipper/cmake/CMakeLists.txt
+0
-7
No files found.
CMakeLists.txt
View file @
016b2fae
...
...
@@ -185,12 +185,6 @@ if (NOT USE_INTERNAL_OPENMESH)
find_package
(
OpenMesh REQUIRED
)
endif
()
find_package
(
OpenVolumeMesh
)
if
(
NOT OPENVOLUMEMESH_FOUND
)
message
(
WARNING
"OpenVolumeMesh not found, proceeding without it!"
)
endif
()
# ========================================================================
# Configure the executables path for tests
# ========================================================================
...
...
@@ -279,7 +273,6 @@ endforeach ()
GROUP_PROJECT
(
OpenMeshTools libs_required
)
GROUP_PROJECT
(
OpenMeshCore libs_required
)
GROUP_PROJECT
(
ACG libs_required
)
GROUP_PROJECT
(
OpenVolumeMesh libs_required
)
if
(
DOXYGEN_FOUND
)
GROUP_PROJECT
(
doc-install Documentation
)
...
...
OpenFlipper/cmake/CMakeLists.txt
View file @
016b2fae
...
...
@@ -185,12 +185,6 @@ if (NOT USE_INTERNAL_OPENMESH)
find_package
(
OpenMesh REQUIRED
)
endif
()
find_package
(
OpenVolumeMesh
)
if
(
NOT OPENVOLUMEMESH_FOUND
)
message
(
WARNING
"OpenVolumeMesh not found, proceeding without it!"
)
endif
()
# ========================================================================
# Configure the executables path for tests
# ========================================================================
...
...
@@ -279,7 +273,6 @@ endforeach ()
GROUP_PROJECT
(
OpenMeshTools libs_required
)
GROUP_PROJECT
(
OpenMeshCore libs_required
)
GROUP_PROJECT
(
ACG libs_required
)
GROUP_PROJECT
(
OpenVolumeMesh libs_required
)
if
(
DOXYGEN_FOUND
)
GROUP_PROJECT
(
doc-install Documentation
)
...
...
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