mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 21:11:47 +08:00
14 lines
292 B
Diff
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()
|