vcpkg/ports/ogre-next/osx.patch

14 lines
292 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,3 +29,3 @@
endif()
-
+set(CMAKE_CXX_STANDARD 17)
# Use relative paths
@@ -387,3 +387,3 @@
else()
- set(CMAKE_OSX_SYSROOT macosx)
+ # set(CMAKE_OSX_SYSROOT macosx)
endif()