Skip to content

Commit

Permalink
Try a higher C++ standard for openmesh to see if that helps building …
Browse files Browse the repository at this point in the history
…on Mac.
  • Loading branch information
starseeker committed Jan 19, 2024
1 parent 810b6f7 commit 7e03f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmesh/openmesh.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ diff -Naur OpenMesh/CMakeLists.txt OPENMESH_BLD/CMakeLists.txt
-#set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
-#set( CMAKE_CXX_STANDARD 11 )
+set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
+set( CMAKE_CXX_STANDARD 11 )
+set( CMAKE_CXX_STANDARD 17 )

enable_testing()

Expand Down

0 comments on commit 7e03f93

Please sign in to comment.