File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
libs/openFrameworksCompiled/project Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
82
82
endif
83
83
84
84
ifndef MAC_OS_CPP_VER
85
- MAC_OS_CPP_VER = -std=c++23
85
+ MAC_OS_CPP_VER = -std=c++20
86
86
endif
87
87
88
88
# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
82
82
endif
83
83
84
84
ifndef MAC_OS_CPP_VER
85
- MAC_OS_CPP_VER = -std=c++23
85
+ MAC_OS_CPP_VER = -std=c++20
86
86
endif
87
87
88
88
# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change 142
142
# PROJECT_CC =
143
143
144
144
# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145
- export MAC_OS_MIN_VERSION = 10.15
146
- export MAC_OS_CPP_VER = -std=c++17
145
+ # export MAC_OS_MIN_VERSION = 10.15
146
+ # export MAC_OS_CPP_VER = -std=c++17
Original file line number Diff line number Diff line change 142
142
# PROJECT_CC =
143
143
144
144
# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145
- export MAC_OS_MIN_VERSION = 10.15
146
- export MAC_OS_CPP_VER = -std=c++17
145
+ # export MAC_OS_MIN_VERSION = 10.15
146
+ # export MAC_OS_CPP_VER = -std=c++17
You can’t perform that action at this time.
0 commit comments