Skip to content

Commit

Permalink
Fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Osyotr committed Feb 3, 2024
1 parent b83f073 commit 3d6493d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/openmesh/fix-library-install-path.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ index 7a5269c..e3f87ff 100644
index 7a5269c..e3f87ff 100644
--- a/src/OpenMesh/Core/CMakeLists.txt
+++ b/src/OpenMesh/Core/CMakeLists.txt
@@ -156,9 +156,9 @@
@@ -156,9 +156,10 @@
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../..>
$<INSTALL_INTERFACE:include>)

- target_include_directories(OpenMeshCoreStatic PUBLIC
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../..>
- $<INSTALL_INTERFACE:include>)
+ target_compile_features(OpenMeshCore PUBLIC cxx_std_11)
+ #target_include_directories(OpenMeshCoreStatic PUBLIC
+ # $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../..>
+ # $<INSTALL_INTERFACE:include>)
Expand Down
2 changes: 1 addition & 1 deletion versions/o-/openmesh.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "1ce6646b4a23c0923636d2324141292205c54657",
"git-tree": "bd2e0ff1313f824f1f2e8f8fe68d05aa504343ae",
"version": "10.0",
"port-version": 0
},
Expand Down

0 comments on commit 3d6493d

Please sign in to comment.