Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sudesh Rathnayake
waLBerla
Commits
b01d4137
"README.md" did not exist on "74a2219da204982216630d931093b8424fcbe2e4"
Commit
b01d4137
authored
1 year ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Update FindOpenMesh.cmake
parent
6a3dd3f7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/FindOpenMesh.cmake
+16
-3
16 additions, 3 deletions
cmake/FindOpenMesh.cmake
with
16 additions
and
3 deletions
cmake/FindOpenMesh.cmake
+
16
−
3
View file @
b01d4137
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#===========================================================================
#===========================================================================
#
#
# OpenMesh
# OpenMesh
# Copyright (c) 2001-20
15
, RWTH-Aachen University
# Copyright (c) 2001-20
23
, RWTH-Aachen University
# Department of Computer Graphics and Multimedia
# Department of Computer Graphics and Multimedia
# All rights reserved.
# All rights reserved.
# www.openmesh.org
# www.openmesh.org
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
#
#
#===========================================================================
#===========================================================================
cmake_minimum_required
(
VERSION
2.8.12
)
cmake_minimum_required
(
VERSION
3.3.0
)
#if already found via finder or simulated finder in openmesh CMakeLists.txt, skip the search
#if already found via finder or simulated finder in openmesh CMakeLists.txt, skip the search
IF
(
NOT OPENMESH_FOUND
)
IF
(
NOT OPENMESH_FOUND
)
...
@@ -63,6 +63,13 @@ IF (NOT OPENMESH_FOUND)
...
@@ -63,6 +63,13 @@ IF (NOT OPENMESH_FOUND)
"
${
CMAKE_SOURCE_DIR
}
/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/libs_required/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/libs_required/OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/../OpenMesh/src/OpenMesh"
"
${
CMAKE_SOURCE_DIR
}
/../OpenMesh/src/OpenMesh"
"C:/Program Files/OpenMesh 10.0"
"C:/Program Files/OpenMesh 9.0"
"C:/Program Files/OpenMesh 8.1"
"C:/Program Files/OpenMesh 8.0"
"C:/Program Files/OpenMesh 7.2"
"C:/Program Files/OpenMesh 7.1"
"C:/Program Files/OpenMesh 7.0"
"C:/Program Files/OpenMesh 6.3"
"C:/Program Files/OpenMesh 6.3"
"C:/Program Files/OpenMesh 6.2"
"C:/Program Files/OpenMesh 6.2"
"C:/Program Files/OpenMesh 6.1"
"C:/Program Files/OpenMesh 6.1"
...
@@ -81,6 +88,12 @@ IF (NOT OPENMESH_FOUND)
...
@@ -81,6 +88,12 @@ IF (NOT OPENMESH_FOUND)
"C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4.1"
"C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.4"
"C:/Program Files/OpenMesh 2.0/include"
"C:/Program Files/OpenMesh 2.0/include"
"C:/libs/OpenMesh 10.0"
"C:/libs/OpenMesh 9.0"
"C:/libs/OpenMesh 8.1"
"C:/libs/OpenMesh 8.0"
"C:/libs/OpenMesh 7.1"
"C:/libs/OpenMesh 7.0"
"C:/libs/OpenMesh 6.3"
"C:/libs/OpenMesh 6.3"
"C:/libs/OpenMesh 6.2"
"C:/libs/OpenMesh 6.2"
"C:/libs/OpenMesh 6.1"
"C:/libs/OpenMesh 6.1"
...
@@ -98,7 +111,7 @@ IF (NOT OPENMESH_FOUND)
...
@@ -98,7 +111,7 @@ IF (NOT OPENMESH_FOUND)
"C:/libs/OpenMesh 3.0"
"C:/libs/OpenMesh 3.0"
"C:/libs/OpenMesh 2.4.1"
"C:/libs/OpenMesh 2.4.1"
"C:/libs/OpenMesh 2.4"
"C:/libs/OpenMesh 2.4"
"
${
OPENMESH_DIR
}
"
"
${
OPENMESH_
LIBRARY_
DIR
}
"
)
)
FIND_PATH
(
OPENMESH_INCLUDE_DIR OpenMesh/Core/Mesh/PolyMeshT.hh
FIND_PATH
(
OPENMESH_INCLUDE_DIR OpenMesh/Core/Mesh/PolyMeshT.hh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment