Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
01d53354
Commit
01d53354
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
0a72d481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+0
-7
No files found.
cmake/CMakeLists.txt
View file @
01d53354
...
...
@@ -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